#37E8EC

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

Shades of Turquoise #37E8EC

Tints of Turquoise #37E8EC

Color information

#37E8EC (or 0x37E8EC) is unknown color: approx Turquoise. HEX triplet: 37, E8 and EC. RGB value is (55,232,236). Sum of RGB (Red+Green+Blue) = 55+232+236=523 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.52% from 523); Green value is 232 (91.02% from 255 or 44.36% from 523); Blue value is 236 (92.58% from 255 or 45.12% from 523); Max value from RGB is 236 - color contains mainly: blue. Hex color #37E8EC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37E8EC is #C81713. Grayscale: #B3B3B3. Windows color (decimal): -13113108 or 15525943. OLE color: 15525943.

HSL color Cylindrical-coordinate representation of color #37E8EC: hue angle of 181.33º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37E8EC is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB55232236-
CMYK0.770.0200.07
HSL181.33º82.65%57.06%-
HSV(B)181.33º76.69%92.55%-
XYZ45.5764.5889.42-
YUV179.53159.8639.17-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.52%
GREEN value IS 232 (91.02% from 255) = 44.36%
BLUE value IS 236 (92.58% from 255) = 45.12%
R=10.52%
G=44.36%
B=45.12%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal552322360.770.0200.07181.3382.6557.06
Hex37E8EC4D207b55339
Octal6735035411520726512371
Binary11011111101000111011001001101100111101101011010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E8EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #37E8EC; }

 p { color: rgb(55,232,236); }

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

<style>
 a { background-color: #37E8EC; }

 a { background-color: rgb(55,232,236); }

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

<style>
 span { border-color: #37E8EC; }

 span { border-color: rgb(55,232,236); }

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