Html Css Color HEX #37DEE0 Turquoise

📋 copy color: '#37DEE0'

red 55 ◦ green 222 ◦ blue 224

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

Shades of Turquoise #37DEE0

Tints of Turquoise #37DEE0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.31%

 BLUE value IS 224 (87.89% from 255) = 44.71%

R = 10.98%
G = 44.31%
B = 44.71%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#37DEE0 (or 0x37DEE0) is known color: Turquoise. HEX triplet: 37, DE and E0. RGB value is (55,222,224). Sum of RGB (Red+Green+Blue) = 55+222+224=501 (66% of max value = 765). Red value is 55 (21.88% from 255 or 10.98% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 224 (87.89% from 255 or 44.71% from 501); Max value from RGB is 224 - color contains mainly: blue. Hex color #37DEE0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DEE0 is #C8211F. Grayscale: #ACACAC. Windows color (decimal): -13115680 or 14736951. OLE color: 14736951.

HSL color Cylindrical-coordinate representation of color #37DEE0: hue angle of 180.71º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DEE0 is Cyan = 0.75, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 55 222 224 -
CMYK 0.75 0.01 0 0.12
HSL 180.71º 0.73% 0.55% -
HSV(B) 180.71º 0.75% 0.88% -
XYZ 41.15 58.44 79.63 -
YUV 172.3 157.17 44.34 -
System Red Green Blue C M Y K H S L
Decimal 55 222 224 0.75 0.01 0 0.12 180.71 0.73 0.55
Hex 37 DE E0 4B 1 0 C B5 49 37
Octal 67 336 340 113 1 0 14 265 111 67
Binary 110111 11011110 11100000 1001011 1 0 1100 10110101 1001001 110111

Color Harmonies of #37DEE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DEE0

Black with #37DEE0

Text Example


Text Example

White with #37DEE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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