#3DF8DB

Color #3DF8DB Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #3DF8DB

Tints of Turquoise #3DF8DB

Color information

#3DF8DB (or 0x3DF8DB) is unknown color: approx Turquoise. HEX triplet: 3D, F8 and DB. RGB value is (61,248,219). Sum of RGB (Red+Green+Blue) = 61+248+219=528 (69% of max value = 765). Red value is 61 (24.22% from 255 or 11.55% from 528); Green value is 248 (97.27% from 255 or 46.97% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 248 - color contains mainly: green. Hex color #3DF8DB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3DF8DB is #C20724. Grayscale: #BCBCBC. Windows color (decimal): -12715813 or 14415933. OLE color: 14415933.

HSL color Cylindrical-coordinate representation of color #3DF8DB: hue angle of 170.7º degrees, saturation: 0.93, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3DF8DB is Cyan = 0.75, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB61248219-
CMYK0.7500.120.03
HSL170.7º93.03%60.59%-
HSV(B)170.7º75.4%97.25%-
XYZ48.2873.2478.61-
YUV188.78145.0536.86-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 61 (24.22% from 255) = 11.55%
GREEN value IS 248 (97.27% from 255) = 46.97%
BLUE value IS 219 (85.94% from 255) = 41.48%
R=11.55%
G=46.97%
B=41.48%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal612482190.7500.120.03170.793.0360.59
Hex3DF8DB4B0C3ab5d3d
Octal75370333113014325313575
Binary111101111110001101101110010110110011101010111011101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DF8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DF8DB; }

 p { color: rgb(61,248,219); }

 H1.HeaderClassName
 {
   color: #3DF8DB;
 }
 .AnyTagClassName
 {
   color: #3DF8DB;
 }
</style>
background-color css

<style>
 a { background-color: #3DF8DB; }

 a { background-color: rgb(61,248,219); }

 div.DivClassName
 {
   background-color: #3DF8DB;
 }
 .BgClassName
 {
   background-color: #3DF8DB;
 }
</style>
border-color css

<style>
 span { border-color: #3DF8DB; }

 span { border-color: rgb(61,248,219); }

 td.TdClassName
 {
   border-color: #3DF8DB;
 }
 .TagClassName
 {
   border-color: #3DF8DB;
 }
</style>