Html Css Color HEX #37DED5 Turquoise

📋 copy color: '#37DED5'

red 55 ◦ green 222 ◦ blue 213

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

Shades of Turquoise #37DED5

Tints of Turquoise #37DED5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 43.47%

R = 11.22%
G = 45.31%
B = 43.47%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#37DED5 (or 0x37DED5) is known color: Turquoise. HEX triplet: 37, DE and D5. RGB value is (55,222,213). Sum of RGB (Red+Green+Blue) = 55+222+213=490 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.22% from 490); Green value is 222 (87.11% from 255 or 45.31% from 490); Blue value is 213 (83.59% from 255 or 43.47% from 490); Max value from RGB is 222 - color contains mainly: green. Hex color #37DED5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DED5 is #C8212A. Grayscale: #AAAAAA. Windows color (decimal): -13115691 or 14016055. OLE color: 14016055.

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

Color convert

RGB 55 222 213 -
CMYK 0.75 0 0.04 0.13
HSL 176.77º 0.72% 0.54% -
HSV(B) 176.77º 0.75% 0.87% -
XYZ 39.71 57.86 72.03 -
YUV 171.04 151.67 45.23 -
System Red Green Blue C M Y K H S L
Decimal 55 222 213 0.75 0 0.04 0.13 176.77 0.72 0.54
Hex 37 DE D5 4B 0 4 D B1 48 36
Octal 67 336 325 113 0 4 15 261 110 66
Binary 110111 11011110 11010101 1001011 0 100 1101 10110001 1001000 110110

Color Harmonies of #37DED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DED5

Black with #37DED5

Text Example


Text Example

White with #37DED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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