Html Css Color HEX #37DED1 Turquoise

📋 copy color: '#37DED1'

red 55 ◦ green 222 ◦ blue 209

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

Shades of Turquoise #37DED1

Tints of Turquoise #37DED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 43%

R = 11.32%
G = 45.68%
B = 43%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#37DED1 (or 0x37DED1) is known color: Turquoise. HEX triplet: 37, DE and D1. RGB value is (55,222,209). Sum of RGB (Red+Green+Blue) = 55+222+209=486 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.32% from 486); Green value is 222 (87.11% from 255 or 45.68% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 222 - color contains mainly: green. Hex color #37DED1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DED1 is #C8212E. Grayscale: #AAAAAA. Windows color (decimal): -13115695 or 13753911. OLE color: 13753911.

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

Color convert

RGB 55 222 209 -
CMYK 0.75 0 0.06 0.13
HSL 175.33º 0.72% 0.54% -
HSV(B) 175.33º 0.75% 0.87% -
XYZ 39.21 57.66 69.38 -
YUV 170.59 149.67 45.56 -
System Red Green Blue C M Y K H S L
Decimal 55 222 209 0.75 0 0.06 0.13 175.33 0.72 0.54
Hex 37 DE D1 4B 0 6 D AF 48 36
Octal 67 336 321 113 0 6 15 257 110 66
Binary 110111 11011110 11010001 1001011 0 110 1101 10101111 1001000 110110

Color Harmonies of #37DED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DED1

Black with #37DED1

Text Example


Text Example

White with #37DED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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