Html Css Color HEX #37D4DC Turquoise

📋 copy color: '#37D4DC'

red 55 ◦ green 212 ◦ blue 220

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

Shades of Turquoise #37D4DC

Tints of Turquoise #37D4DC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.53%

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

R = 11.29%
G = 43.53%
B = 45.17%

CMYK

 C value IS 0.75

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#37D4DC (or 0x37D4DC) is known color: Turquoise. HEX triplet: 37, D4 and DC. RGB value is (55,212,220). Sum of RGB (Red+Green+Blue) = 55+212+220=487 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.29% from 487); Green value is 212 (83.20% from 255 or 43.53% from 487); Blue value is 220 (86.33% from 255 or 45.17% from 487); Max value from RGB is 220 - color contains mainly: blue. Hex color #37D4DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D4DC is #C82B23. Grayscale: #A5A5A5. Windows color (decimal): -13118244 or 14472247. OLE color: 14472247.

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

Color convert

RGB 55 212 220 -
CMYK 0.75 0.04 0 0.14
HSL 182.91º 0.7% 0.54% -
HSV(B) 182.91º 0.75% 0.86% -
XYZ 38.04 53.07 75.95 -
YUV 165.97 158.49 48.85 -
System Red Green Blue C M Y K H S L
Decimal 55 212 220 0.75 0.04 0 0.14 182.91 0.7 0.54
Hex 37 D4 DC 4B 4 0 E B7 46 36
Octal 67 324 334 113 4 0 16 267 106 66
Binary 110111 11010100 11011100 1001011 100 0 1110 10110111 1000110 110110

Color Harmonies of #37D4DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D4DC

Black with #37D4DC

Text Example


Text Example

White with #37D4DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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