Html Css Color HEX #37DBDC Turquoise

📋 copy color: '#37DBDC'

red 55 ◦ green 219 ◦ blue 220

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

Shades of Turquoise #37DBDC

Tints of Turquoise #37DBDC

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.33%

 BLUE value IS 220 (86.33% from 255) = 44.53%

R = 11.13%
G = 44.33%
B = 44.53%

CMYK

 C value IS 0.75

 M value IS 0.00

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#37DBDC (or 0x37DBDC) is known color: Turquoise. HEX triplet: 37, DB and DC. RGB value is (55,219,220). Sum of RGB (Red+Green+Blue) = 55+219+220=494 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.13% from 494); Green value is 219 (85.94% from 255 or 44.33% from 494); Blue value is 220 (86.33% from 255 or 44.53% from 494); Max value from RGB is 220 - color contains mainly: blue. Hex color #37DBDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DBDC is #C82423. Grayscale: #A9A9A9. Windows color (decimal): -13116452 or 14474039. OLE color: 14474039.

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

Color convert

RGB 55 219 220 -
CMYK 0.75 0.00 0 0.14
HSL 180.36º 0.7% 0.54% -
HSV(B) 180.36º 0.75% 0.86% -
XYZ 39.83 56.64 76.54 -
YUV 170.08 156.17 45.92 -
System Red Green Blue C M Y K H S L
Decimal 55 219 220 0.75 0.00 0 0.14 180.36 0.7 0.54
Hex 37 DB DC 4B 0 0 E B4 46 36
Octal 67 333 334 113 0 0 16 264 106 66
Binary 110111 11011011 11011100 1001011 0 0 1110 10110100 1000110 110110

Color Harmonies of #37DBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DBDC

Black with #37DBDC

Text Example


Text Example

White with #37DBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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