#3EEBDD

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

Shades of Turquoise #3EEBDD

Tints of Turquoise #3EEBDD

Color information

#3EEBDD (or 0x3EEBDD) is unknown color: approx Turquoise. HEX triplet: 3E, EB and DD. RGB value is (62,235,221). Sum of RGB (Red+Green+Blue) = 62+235+221=518 (68% of max value = 765). Red value is 62 (24.61% from 255 or 11.97% from 518); Green value is 235 (92.19% from 255 or 45.37% from 518); Blue value is 221 (86.72% from 255 or 42.66% from 518); Max value from RGB is 235 - color contains mainly: green. Hex color #3EEBDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3EEBDD is #C11422. Grayscale: #B5B5B5. Windows color (decimal): -12653603 or 14543678. OLE color: 14543678.

HSL color Cylindrical-coordinate representation of color #3EEBDD: hue angle of 175.14º degrees, saturation: 0.81, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3EEBDD is Cyan = 0.74, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB62235221-
CMYK0.7400.060.08
HSL175.14º81.22%58.24%-
HSV(B)175.14º73.62%92.16%-
XYZ44.7565.6678.72-
YUV181.68150.1942.64-

RGB Variations

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

RGB

RED value IS 62 (24.61% from 255) = 11.97%
GREEN value IS 235 (92.19% from 255) = 45.37%
BLUE value IS 221 (86.72% from 255) = 42.66%
R=11.97%
G=45.37%
B=42.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal622352210.7400.060.08175.1481.2258.24
Hex3EEBDD4A068af513a
Octal76353335112061025712172
Binary1111101110101111011101100101001101000101011111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3EEBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(62,235,221); }

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

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

 a { background-color: rgb(62,235,221); }

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

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

 span { border-color: rgb(62,235,221); }

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