#3EF9D4

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

Shades of Turquoise #3EF9D4

Tints of Turquoise #3EF9D4

Color information

#3EF9D4 (or 0x3EF9D4) is unknown color: approx Turquoise. HEX triplet: 3E, F9 and D4. RGB value is (62,249,212). Sum of RGB (Red+Green+Blue) = 62+249+212=523 (69% of max value = 765). Red value is 62 (24.61% from 255 or 11.85% from 523); Green value is 249 (97.66% from 255 or 47.61% from 523); Blue value is 212 (83.20% from 255 or 40.54% from 523); Max value from RGB is 249 - color contains mainly: green. Hex color #3EF9D4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF9D4 is #C1062B. Grayscale: #BCBCBC. Windows color (decimal): -12650028 or 13957438. OLE color: 13957438.

HSL color Cylindrical-coordinate representation of color #3EF9D4: hue angle of 168.13º degrees, saturation: 0.94, 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 #3EF9D4 is Cyan = 0.75, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB62249212-
CMYK0.7500.150.02
HSL168.13º93.97%60.98%-
HSV(B)168.13º75.1%97.65%-
XYZ47.7573.5373.96-
YUV188.87141.0537.51-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.85%
GREEN value IS 249 (97.66% from 255) = 47.61%
BLUE value IS 212 (83.20% from 255) = 40.54%
R=11.85%
G=47.61%
B=40.54%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal622492120.7500.150.02168.1393.9760.98
Hex3EF9D44B0F2a85e3d
Octal76371324113017225013675
Binary111110111110011101010010010110111110101010001011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF9D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,249,212); }

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

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

 a { background-color: rgb(62,249,212); }

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

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

 span { border-color: rgb(62,249,212); }

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