Html Css Color HEX #37DDD1 Turquoise

📋 copy color: '#37DDD1'

red 55 ◦ green 221 ◦ blue 209

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

Shades of Turquoise #37DDD1

Tints of Turquoise #37DDD1

RGB

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

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

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

R = 11.34%
G = 45.57%
B = 43.09%

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

#37DDD1 (or 0x37DDD1) is known color: Turquoise. HEX triplet: 37, DD and D1. RGB value is (55,221,209). Sum of RGB (Red+Green+Blue) = 55+221+209=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 221 (86.72% from 255 or 45.57% from 485); Blue value is 209 (82.03% from 255 or 43.09% from 485); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDD1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDD1 is #C8222E. Grayscale: #A9A9A9. Windows color (decimal): -13115951 or 13753655. OLE color: 13753655.

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

Color convert

RGB 55 221 209 -
CMYK 0.75 0 0.05 0.13
HSL 175.66º 0.71% 0.54% -
HSV(B) 175.66º 0.75% 0.87% -
XYZ 38.94 57.13 69.3 -
YUV 170 150 45.98 -
System Red Green Blue C M Y K H S L
Decimal 55 221 209 0.75 0 0.05 0.13 175.66 0.71 0.54
Hex 37 DD D1 4B 0 5 D B0 47 36
Octal 67 335 321 113 0 5 15 260 107 66
Binary 110111 11011101 11010001 1001011 0 101 1101 10110000 1000111 110110

Color Harmonies of #37DDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDD1

Black with #37DDD1

Text Example


Text Example

White with #37DDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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