#3EEDCB

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

Shades of Turquoise #3EEDCB

Tints of Turquoise #3EEDCB

Color information

#3EEDCB (or 0x3EEDCB) is unknown color: approx Turquoise. HEX triplet: 3E, ED and CB. RGB value is (62,237,203). Sum of RGB (Red+Green+Blue) = 62+237+203=502 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.35% from 502); Green value is 237 (92.97% from 255 or 47.21% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 237 - color contains mainly: green. Hex color #3EEDCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEDCB is #C11234. Grayscale: #B4B4B4. Windows color (decimal): -12653109 or 13364542. OLE color: 13364542.

HSL color Cylindrical-coordinate representation of color #3EEDCB: hue angle of 168.34º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEDCB is Cyan = 0.74, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB62237203-
CMYK0.7400.140.07
HSL168.34º82.94%58.63%-
HSV(B)168.34º73.84%92.94%-
XYZ43.0565.966.95-
YUV180.8140.5243.26-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.35%
GREEN value IS 237 (92.97% from 255) = 47.21%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=12.35%
G=47.21%
B=40.44%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal622372030.7400.140.07168.3482.9458.63
Hex3EEDCB4A0E7a8533b
Octal76355313112016725012373
Binary1111101110110111001011100101001110111101010001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EEDCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,237,203); }

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

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

 a { background-color: rgb(62,237,203); }

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

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

 span { border-color: rgb(62,237,203); }

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