#37ECE8

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

Shades of Turquoise #37ECE8

Tints of Turquoise #37ECE8

Color information

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

HSL color Cylindrical-coordinate representation of color #37ECE8: hue angle of 178.67º 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 #37ECE8 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB55236232-
CMYK0.7700.020.07
HSL178.67º82.65%57.06%-
HSV(B)178.67º76.69%92.55%-
XYZ46.1466.6386.77-
YUV181.42156.5337.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal552362320.7700.020.07178.6782.6557.06
Hex37ECE84D027b35339
Octal6735435011502726312371
Binary11011111101100111010001001101010111101100111010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ECE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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