Html Css Color HEX #37DADC Turquoise

📋 copy color: '#37DADC'

red 55 ◦ green 218 ◦ blue 220

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

Shades of Turquoise #37DADC

Tints of Turquoise #37DADC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.22%

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

R = 11.16%
G = 44.22%
B = 44.62%

CMYK

 C value IS 0.75

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#37DADC (or 0x37DADC) is known color: Turquoise. HEX triplet: 37, DA and DC. RGB value is (55,218,220). Sum of RGB (Red+Green+Blue) = 55+218+220=493 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.16% from 493); Green value is 218 (85.55% from 255 or 44.22% from 493); Blue value is 220 (86.33% from 255 or 44.62% from 493); Max value from RGB is 220 - color contains mainly: blue. Hex color #37DADC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DADC is #C82523. Grayscale: #A9A9A9. Windows color (decimal): -13116708 or 14473783. OLE color: 14473783.

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

Color convert

RGB 55 218 220 -
CMYK 0.75 0.01 0 0.14
HSL 180.73º 0.7% 0.54% -
HSV(B) 180.73º 0.75% 0.86% -
XYZ 39.57 56.12 76.46 -
YUV 169.49 156.5 46.34 -
System Red Green Blue C M Y K H S L
Decimal 55 218 220 0.75 0.01 0 0.14 180.73 0.7 0.54
Hex 37 DA DC 4B 1 0 E B5 46 36
Octal 67 332 334 113 1 0 16 265 106 66
Binary 110111 11011010 11011100 1001011 1 0 1110 10110101 1000110 110110

Color Harmonies of #37DADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DADC

Black with #37DADC

Text Example


Text Example

White with #37DADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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