Html Css Color HEX #37DDC2 Turquoise

📋 copy color: '#37DDC2'

red 55 ◦ green 221 ◦ blue 194

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

Shades of Turquoise #37DDC2

Tints of Turquoise #37DDC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.28%

R = 11.7%
G = 47.02%
B = 41.28%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#37DDC2 (or 0x37DDC2) is known color: Turquoise. HEX triplet: 37, DD and C2. RGB value is (55,221,194). Sum of RGB (Red+Green+Blue) = 55+221+194=470 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.70% from 470); Green value is 221 (86.72% from 255 or 47.02% from 470); Blue value is 194 (76.17% from 255 or 41.28% from 470); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDC2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDC2 is #C8223D. Grayscale: #A8A8A8. Windows color (decimal): -13115966 or 12770615. OLE color: 12770615.

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

Color convert

RGB 55 221 194 -
CMYK 0.75 0 0.12 0.13
HSL 170.24º 0.71% 0.54% -
HSV(B) 170.24º 0.75% 0.87% -
XYZ 37.17 56.42 59.97 -
YUV 168.29 142.5 47.2 -
System Red Green Blue C M Y K H S L
Decimal 55 221 194 0.75 0 0.12 0.13 170.24 0.71 0.54
Hex 37 DD C2 4B 0 C D AA 47 36
Octal 67 335 302 113 0 14 15 252 107 66
Binary 110111 11011101 11000010 1001011 0 1100 1101 10101010 1000111 110110

Color Harmonies of #37DDC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDC2

Black with #37DDC2

Text Example


Text Example

White with #37DDC2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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