Html Css Color HEX #37DCD5 Turquoise

📋 copy color: '#37DCD5'

red 55 ◦ green 220 ◦ blue 213

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

Shades of Turquoise #37DCD5

Tints of Turquoise #37DCD5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 45.08%

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

R = 11.27%
G = 45.08%
B = 43.65%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#37DCD5 (or 0x37DCD5) is known color: Turquoise. HEX triplet: 37, DC and D5. RGB value is (55,220,213). Sum of RGB (Red+Green+Blue) = 55+220+213=488 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.27% from 488); Green value is 220 (86.33% from 255 or 45.08% from 488); Blue value is 213 (83.59% from 255 or 43.65% from 488); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCD5 is #C8232A. Grayscale: #A9A9A9. Windows color (decimal): -13116203 or 14015543. OLE color: 14015543.

HSL color Cylindrical-coordinate representation of color #37DCD5: hue angle of 177.45º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DCD5 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 55 220 213 -
CMYK 0.75 0 0.03 0.14
HSL 177.45º 0.7% 0.54% -
HSV(B) 177.45º 0.75% 0.86% -
XYZ 39.18 56.8 71.85 -
YUV 169.87 152.34 46.07 -
System Red Green Blue C M Y K H S L
Decimal 55 220 213 0.75 0 0.03 0.14 177.45 0.7 0.54
Hex 37 DC D5 4B 0 3 E B1 46 36
Octal 67 334 325 113 0 3 16 261 106 66
Binary 110111 11011100 11010101 1001011 0 11 1110 10110001 1000110 110110

Color Harmonies of #37DCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCD5

Black with #37DCD5

Text Example


Text Example

White with #37DCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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