#3EF2CD

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

Shades of Turquoise #3EF2CD

Tints of Turquoise #3EF2CD

Color information

#3EF2CD (or 0x3EF2CD) is unknown color: approx Turquoise. HEX triplet: 3E, F2 and CD. RGB value is (62,242,205). Sum of RGB (Red+Green+Blue) = 62+242+205=509 (67% of max value = 765). Red value is 62 (24.61% from 255 or 12.18% from 509); Green value is 242 (94.92% from 255 or 47.54% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 242 - color contains mainly: green. Hex color #3EF2CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EF2CD is #C10D32. Grayscale: #B7B7B7. Windows color (decimal): -12651827 or 13496894. OLE color: 13496894.

HSL color Cylindrical-coordinate representation of color #3EF2CD: hue angle of 167.67º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EF2CD is Cyan = 0.74, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB62242205-
CMYK0.7400.150.05
HSL167.67º87.38%59.61%-
HSV(B)167.67º74.38%94.9%-
XYZ44.7668.9468.7-
YUV183.96139.8741.01-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.18%
GREEN value IS 242 (94.92% from 255) = 47.54%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=12.18%
G=47.54%
B=40.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal622422050.7400.150.05167.6787.3859.61
Hex3EF2CD4A0F5a8573c
Octal76362315112017525012774
Binary1111101111001011001101100101001111101101010001010111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EF2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,242,205); }

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

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

 a { background-color: rgb(62,242,205); }

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

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

 span { border-color: rgb(62,242,205); }

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