Html Css Color HEX #37EEEC Turquoise

📋 copy color: '#37EEEC'

red 55 ◦ green 238 ◦ blue 236

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

Shades of Turquoise #37EEEC

Tints of Turquoise #37EEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.99%

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

R = 10.4%
G = 44.99%
B = 44.61%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#37EEEC (or 0x37EEEC) is known color: Turquoise. HEX triplet: 37, EE and EC. RGB value is (55,238,236). Sum of RGB (Red+Green+Blue) = 55+238+236=529 (70% of max value = 765). Red value is 55 (21.88% from 255 or 10.40% from 529); Green value is 238 (93.36% from 255 or 44.99% from 529); Blue value is 236 (92.58% from 255 or 44.61% from 529); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EEEC is #C81113. Grayscale: #B6B6B6. Windows color (decimal): -13111572 or 15527479. OLE color: 15527479.

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

Color convert

RGB 55 238 236 -
CMYK 0.77 0 0.01 0.07
HSL 179.34º 0.84% 0.57% -
HSV(B) 179.34º 0.77% 0.93% -
XYZ 47.29 68.02 89.99 -
YUV 183.06 157.87 36.66 -
System Red Green Blue C M Y K H S L
Decimal 55 238 236 0.77 0 0.01 0.07 179.34 0.84 0.57
Hex 37 EE EC 4D 0 1 7 B3 54 39
Octal 67 356 354 115 0 1 7 263 124 71
Binary 110111 11101110 11101100 1001101 0 1 111 10110011 1010100 111001

Color Harmonies of #37EEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EEEC

Black with #37EEEC

Text Example


Text Example

White with #37EEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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