Html Css Color HEX #37DCD6 Turquoise

📋 copy color: '#37DCD6'

red 55 ◦ green 220 ◦ blue 214

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

Shades of Turquoise #37DCD6

Tints of Turquoise #37DCD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.76%

R = 11.25%
G = 44.99%
B = 43.76%

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

#37DCD6 (or 0x37DCD6) is known color: Turquoise. HEX triplet: 37, DC and D6. RGB value is (55,220,214). Sum of RGB (Red+Green+Blue) = 55+220+214=489 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.25% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 220 - color contains mainly: green. Hex color #37DCD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DCD6 is #C82329. Grayscale: #A9A9A9. Windows color (decimal): -13116202 or 14081079. OLE color: 14081079.

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

Color convert

RGB 55 220 214 -
CMYK 0.75 0 0.03 0.14
HSL 177.82º 0.7% 0.54% -
HSV(B) 177.82º 0.75% 0.86% -
XYZ 39.31 56.85 72.52 -
YUV 169.98 152.84 45.99 -
System Red Green Blue C M Y K H S L
Decimal 55 220 214 0.75 0 0.03 0.14 177.82 0.7 0.54
Hex 37 DC D6 4B 0 3 E B2 46 36
Octal 67 334 326 113 0 3 16 262 106 66
Binary 110111 11011100 11010110 1001011 0 11 1110 10110010 1000110 110110

Color Harmonies of #37DCD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DCD6

Black with #37DCD6

Text Example


Text Example

White with #37DCD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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