#3EE8D3

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

Shades of Turquoise #3EE8D3

Tints of Turquoise #3EE8D3

Color information

#3EE8D3 (or 0x3EE8D3) is unknown color: approx Turquoise. HEX triplet: 3E, E8 and D3. RGB value is (62,232,211). Sum of RGB (Red+Green+Blue) = 62+232+211=505 (66% of max value = 765). Red value is 62 (24.61% from 255 or 12.28% from 505); Green value is 232 (91.02% from 255 or 45.94% from 505); Blue value is 211 (82.81% from 255 or 41.78% from 505); Max value from RGB is 232 - color contains mainly: green. Hex color #3EE8D3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EE8D3 is #C1172C. Grayscale: #B2B2B2. Windows color (decimal): -12654381 or 13887550. OLE color: 13887550.

HSL color Cylindrical-coordinate representation of color #3EE8D3: hue angle of 172.59º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3EE8D3 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB62232211-
CMYK0.7300.090.09
HSL172.59º78.7%57.65%-
HSV(B)172.59º73.28%90.98%-
XYZ42.663.4471.63-
YUV178.78146.1844.71-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 12.28%
GREEN value IS 232 (91.02% from 255) = 45.94%
BLUE value IS 211 (82.81% from 255) = 41.78%
R=12.28%
G=45.94%
B=41.78%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal622322110.7300.090.09172.5978.757.65
Hex3EE8D349099ad4f3a
Octal763503231110111125511772
Binary11111011101000110100111001001010011001101011011001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EE8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,232,211); }

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

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

 a { background-color: rgb(62,232,211); }

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

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

 span { border-color: rgb(62,232,211); }

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