Html Css Color HEX #37CCDC Medium Turquoise

📋 copy color: '#37CCDC'

red 55 ◦ green 204 ◦ blue 220

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

Shades of Medium Turquoise #37CCDC

Tints of Medium Turquoise #37CCDC

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.59%

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

R = 11.48%
G = 42.59%
B = 45.93%

CMYK

 C value IS 0.75

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#37CCDC (or 0x37CCDC) is known color: Medium Turquoise. HEX triplet: 37, CC and DC. RGB value is (55,204,220). Sum of RGB (Red+Green+Blue) = 55+204+220=479 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.48% from 479); Green value is 204 (80.08% from 255 or 42.59% from 479); Blue value is 220 (86.33% from 255 or 45.93% from 479); Max value from RGB is 220 - color contains mainly: blue. Hex color #37CCDC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCDC is #C83323. Grayscale: #A1A1A1. Windows color (decimal): -13120292 or 14470199. OLE color: 14470199.

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

Color convert

RGB 55 204 220 -
CMYK 0.75 0.07 0 0.14
HSL 185.82º 0.7% 0.54% -
HSV(B) 185.82º 0.75% 0.86% -
XYZ 36.09 49.17 75.3 -
YUV 161.27 161.14 52.2 -
System Red Green Blue C M Y K H S L
Decimal 55 204 220 0.75 0.07 0 0.14 185.82 0.7 0.54
Hex 37 CC DC 4B 7 0 E BA 46 36
Octal 67 314 334 113 7 0 16 272 106 66
Binary 110111 11001100 11011100 1001011 111 0 1110 10111010 1000110 110110

Color Harmonies of #37CCDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37CCDC

Black with #37CCDC

Text Example


Text Example

White with #37CCDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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