Html Css Color HEX #37EECC Turquoise

📋 copy color: '#37EECC'

red 55 ◦ green 238 ◦ blue 204

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

Shades of Turquoise #37EECC

Tints of Turquoise #37EECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 11.07%
G = 47.89%
B = 41.05%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#37EECC (or 0x37EECC) is known color: Turquoise. HEX triplet: 37, EE and CC. RGB value is (55,238,204). Sum of RGB (Red+Green+Blue) = 55+238+204=497 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.07% from 497); Green value is 238 (93.36% from 255 or 47.89% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 238 - color contains mainly: green. Hex color #37EECC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EECC is #C81133. Grayscale: #B3B3B3. Windows color (decimal): -13111604 or 13430327. OLE color: 13430327.

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

Color convert

RGB 55 238 204 -
CMYK 0.77 0 0.14 0.07
HSL 168.85º 0.84% 0.57% -
HSV(B) 168.85º 0.77% 0.93% -
XYZ 43.05 66.32 67.66 -
YUV 179.41 141.87 39.26 -
System Red Green Blue C M Y K H S L
Decimal 55 238 204 0.77 0 0.14 0.07 168.85 0.84 0.57
Hex 37 EE CC 4D 0 E 7 A9 54 39
Octal 67 356 314 115 0 16 7 251 124 71
Binary 110111 11101110 11001100 1001101 0 1110 111 10101001 1010100 111001

Color Harmonies of #37EECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EECC

Black with #37EECC

Text Example


Text Example

White with #37EECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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