Html Css Color HEX #37EEDE Turquoise

📋 copy color: '#37EEDE'

red 55 ◦ green 238 ◦ blue 222

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

Shades of Turquoise #37EEDE

Tints of Turquoise #37EEDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.11%

R = 10.68%
G = 46.21%
B = 43.11%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#37EEDE (or 0x37EEDE) is known color: Turquoise. HEX triplet: 37, EE and DE. RGB value is (55,238,222). Sum of RGB (Red+Green+Blue) = 55+238+222=515 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.68% from 515); Green value is 238 (93.36% from 255 or 46.21% from 515); Blue value is 222 (87.11% from 255 or 43.11% from 515); Max value from RGB is 238 - color contains mainly: green. Hex color #37EEDE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EEDE is #C81121. Grayscale: #B5B5B5. Windows color (decimal): -13111586 or 14609975. OLE color: 14609975.

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

Color convert

RGB 55 238 222 -
CMYK 0.77 0 0.07 0.07
HSL 174.75º 0.84% 0.57% -
HSV(B) 174.75º 0.77% 0.93% -
XYZ 45.33 67.24 79.7 -
YUV 181.46 150.87 37.8 -
System Red Green Blue C M Y K H S L
Decimal 55 238 222 0.77 0 0.07 0.07 174.75 0.84 0.57
Hex 37 EE DE 4D 0 7 7 AF 54 39
Octal 67 356 336 115 0 7 7 257 124 71
Binary 110111 11101110 11011110 1001101 0 111 111 10101111 1010100 111001

Color Harmonies of #37EEDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EEDE

Black with #37EEDE

Text Example


Text Example

White with #37EEDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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