#3EFBDC

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

Shades of Turquoise #3EFBDC

Tints of Turquoise #3EFBDC

Color information

#3EFBDC (or 0x3EFBDC) is unknown color: approx Turquoise. HEX triplet: 3E, FB and DC. RGB value is (62,251,220). Sum of RGB (Red+Green+Blue) = 62+251+220=533 (70% of max value = 765). Red value is 62 (24.61% from 255 or 11.63% from 533); Green value is 251 (98.44% from 255 or 47.09% from 533); Blue value is 220 (86.33% from 255 or 41.28% from 533); Max value from RGB is 251 - color contains mainly: green. Hex color #3EFBDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EFBDC is #C10423. Grayscale: #BEBEBE. Windows color (decimal): -12649508 or 14482238. OLE color: 14482238.

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

Color convert

RGB62251220-
CMYK0.7500.120.02
HSL170.16º95.94%61.37%-
HSV(B)170.16º75.3%98.43%-
XYZ49.475.1979.62-
YUV190.96144.3836.02-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.63%
GREEN value IS 251 (98.44% from 255) = 47.09%
BLUE value IS 220 (86.33% from 255) = 41.28%
R=11.63%
G=47.09%
B=41.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal622512200.7500.120.02170.1695.9461.37
Hex3EFBDC4B0C2aa603d
Octal76373334113014225214075
Binary111110111110111101110010010110110010101010101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EFBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,251,220); }

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

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

 a { background-color: rgb(62,251,220); }

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

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

 span { border-color: rgb(62,251,220); }

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