Html Css Color HEX #37EECE Turquoise

📋 copy color: '#37EECE'

red 55 ◦ green 238 ◦ blue 206

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

Shades of Turquoise #37EECE

Tints of Turquoise #37EECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.28%

R = 11.02%
G = 47.7%
B = 41.28%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#37EECE (or 0x37EECE) is known color: Turquoise. HEX triplet: 37, EE and CE. RGB value is (55,238,206). Sum of RGB (Red+Green+Blue) = 55+238+206=499 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11.02% from 499); Green value is 238 (93.36% from 255 or 47.70% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 238 - color contains mainly: green. Hex color #37EECE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EECE is #C81131. Grayscale: #B3B3B3. Windows color (decimal): -13111602 or 13561399. OLE color: 13561399.

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

Color convert

RGB 55 238 206 -
CMYK 0.77 0 0.13 0.07
HSL 169.51º 0.84% 0.57% -
HSV(B) 169.51º 0.77% 0.93% -
XYZ 43.29 66.42 68.93 -
YUV 179.64 142.87 39.1 -
System Red Green Blue C M Y K H S L
Decimal 55 238 206 0.77 0 0.13 0.07 169.51 0.84 0.57
Hex 37 EE CE 4D 0 D 7 AA 54 39
Octal 67 356 316 115 0 15 7 252 124 71
Binary 110111 11101110 11001110 1001101 0 1101 111 10101010 1010100 111001

Color Harmonies of #37EECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EECE

Black with #37EECE

Text Example


Text Example

White with #37EECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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