Html Css Color HEX #37DED2 Turquoise

📋 copy color: '#37DED2'

red 55 ◦ green 222 ◦ blue 210

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

Shades of Turquoise #37DED2

Tints of Turquoise #37DED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 43.12%

R = 11.29%
G = 45.59%
B = 43.12%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#37DED2 (or 0x37DED2) is known color: Turquoise. HEX triplet: 37, DE and D2. RGB value is (55,222,210). Sum of RGB (Red+Green+Blue) = 55+222+210=487 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.29% from 487); Green value is 222 (87.11% from 255 or 45.59% from 487); Blue value is 210 (82.42% from 255 or 43.12% from 487); Max value from RGB is 222 - color contains mainly: green. Hex color #37DED2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DED2 is #C8212D. Grayscale: #AAAAAA. Windows color (decimal): -13115694 or 13819447. OLE color: 13819447.

HSL color Cylindrical-coordinate representation of color #37DED2: hue angle of 175.69º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DED2 is Cyan = 0.75, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 222 210 -
CMYK 0.75 0 0.05 0.13
HSL 175.69º 0.72% 0.54% -
HSV(B) 175.69º 0.75% 0.87% -
XYZ 39.33 57.71 70.04 -
YUV 170.7 150.17 45.48 -
System Red Green Blue C M Y K H S L
Decimal 55 222 210 0.75 0 0.05 0.13 175.69 0.72 0.54
Hex 37 DE D2 4B 0 5 D B0 48 36
Octal 67 336 322 113 0 5 15 260 110 66
Binary 110111 11011110 11010010 1001011 0 101 1101 10110000 1001000 110110

Color Harmonies of #37DED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DED2

Black with #37DED2

Text Example


Text Example

White with #37DED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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