Html Css Color HEX #37ECEC Turquoise

📋 copy color: '#37ECEC'

red 55 ◦ green 236 ◦ blue 236

#37ECEC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #37ECEC

Tints of Turquoise #37ECEC

RGB

 RED value IS 55 (21.88% from 255) = 10.44%

 GREEN value IS 236 (92.58% from 255) = 44.78%

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 10.44%
G = 44.78%
B = 44.78%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#37ECEC (or 0x37ECEC) is known color: Turquoise. HEX triplet: 37, EC and EC. RGB value is (55,236,236). Sum of RGB (Red+Green+Blue) = 55+236+236=527 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.44% from 527); Green value is 236 (92.58% from 255 or 44.78% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #37ECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37ECEC is #C81313. Grayscale: #B5B5B5. Windows color (decimal): -13112084 or 15526967. OLE color: 15526967.

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

Color convert

RGB 55 236 236 -
CMYK 0.77 0 0 0.07
HSL 180º 0.83% 0.57% -
HSV(B) 180º 0.77% 0.93% -
XYZ 46.71 66.86 89.8 -
YUV 181.88 158.53 37.5 -
System Red Green Blue C M Y K H S L
Decimal 55 236 236 0.77 0 0 0.07 180 0.83 0.57
Hex 37 EC EC 4D 0 0 7 B4 53 39
Octal 67 354 354 115 0 0 7 264 123 71
Binary 110111 11101100 11101100 1001101 0 0 111 10110100 1010011 111001

Color Harmonies of #37ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECEC

Black with #37ECEC

Text Example


Text Example

White with #37ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #37ECEC;
 }
 .AnyTagClassName
 {
   color: #37ECEC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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