Html Css Color HEX #37D2DC Turquoise

📋 copy color: '#37D2DC'

red 55 ◦ green 210 ◦ blue 220

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

Shades of Turquoise #37D2DC

Tints of Turquoise #37D2DC

RGB

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

 GREEN value IS 210 (82.42% from 255) = 43.3%

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

R = 11.34%
G = 43.3%
B = 45.36%

CMYK

 C value IS 0.75

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#37D2DC (or 0x37D2DC) is known color: Turquoise. HEX triplet: 37, D2 and DC. RGB value is (55,210,220). Sum of RGB (Red+Green+Blue) = 55+210+220=485 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.34% from 485); Green value is 210 (82.42% from 255 or 43.30% from 485); Blue value is 220 (86.33% from 255 or 45.36% from 485); Max value from RGB is 220 - color contains mainly: blue. Hex color #37D2DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D2DC is #C82D23. Grayscale: #A4A4A4. Windows color (decimal): -13118756 or 14471735. OLE color: 14471735.

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

Color convert

RGB 55 210 220 -
CMYK 0.75 0.05 0 0.14
HSL 183.64º 0.7% 0.54% -
HSV(B) 183.64º 0.75% 0.86% -
XYZ 37.54 52.07 75.78 -
YUV 164.8 159.15 49.69 -
System Red Green Blue C M Y K H S L
Decimal 55 210 220 0.75 0.05 0 0.14 183.64 0.7 0.54
Hex 37 D2 DC 4B 5 0 E B8 46 36
Octal 67 322 334 113 5 0 16 270 106 66
Binary 110111 11010010 11011100 1001011 101 0 1110 10111000 1000110 110110

Color Harmonies of #37D2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D2DC

Black with #37D2DC

Text Example


Text Example

White with #37D2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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