Html Css Color HEX #37DDD9 Turquoise

📋 copy color: '#37DDD9'

red 55 ◦ green 221 ◦ blue 217

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

Shades of Turquoise #37DDD9

Tints of Turquoise #37DDD9

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.83%

 BLUE value IS 217 (85.16% from 255) = 44.02%

R = 11.16%
G = 44.83%
B = 44.02%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#37DDD9 (or 0x37DDD9) is known color: Turquoise. HEX triplet: 37, DD and D9. RGB value is (55,221,217). Sum of RGB (Red+Green+Blue) = 55+221+217=493 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.16% from 493); Green value is 221 (86.72% from 255 or 44.83% from 493); Blue value is 217 (85.16% from 255 or 44.02% from 493); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDD9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDD9 is #C82226. Grayscale: #AAAAAA. Windows color (decimal): -13115943 or 14277943. OLE color: 14277943.

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

Color convert

RGB 55 221 217 -
CMYK 0.75 0 0.02 0.13
HSL 178.55º 0.71% 0.54% -
HSV(B) 178.55º 0.75% 0.87% -
XYZ 39.96 57.53 74.65 -
YUV 170.91 154 45.33 -
System Red Green Blue C M Y K H S L
Decimal 55 221 217 0.75 0 0.02 0.13 178.55 0.71 0.54
Hex 37 DD D9 4B 0 2 D B3 47 36
Octal 67 335 331 113 0 2 15 263 107 66
Binary 110111 11011101 11011001 1001011 0 10 1101 10110011 1000111 110110

Color Harmonies of #37DDD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDD9

Black with #37DDD9

Text Example


Text Example

White with #37DDD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,221,217); }

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

background-color css

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

 a { background-color: rgb(55,221,217); }

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

border-color css

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

 span { border-color: rgb(55,221,217); }

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