#37CCDD

Color #37CCDD Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #37CCDD

Tints of Medium Turquoise #37CCDD

Color information

#37CCDD (or 0x37CCDD) is unknown color: approx Medium Turquoise. HEX triplet: 37, CC and DD. RGB value is (55,204,221). Sum of RGB (Red+Green+Blue) = 55+204+221=480 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.46% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 221 (86.72% from 255 or 46.04% from 480); Max value from RGB is 221 - color contains mainly: blue. Hex color #37CCDD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37CCDD is #C83322. Grayscale: #A1A1A1. Windows color (decimal): -13120291 or 14535735. OLE color: 14535735.

HSL color Cylindrical-coordinate representation of color #37CCDD: hue angle of 186.14º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37CCDD is Cyan = 0.75, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB55204221-
CMYK0.750.0800.13
HSL186.14º70.94%54.12%-
HSV(B)186.14º75.11%86.67%-
XYZ36.2249.2276-
YUV161.39161.6452.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.46%
GREEN value IS 204 (80.08% from 255) = 42.5%
BLUE value IS 221 (86.72% from 255) = 46.04%
R=11.46%
G=42.5%
B=46.04%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal552042210.750.0800.13186.1470.9454.12
Hex37CCDD4B80Dba4736
Octal673143351131001527210766
Binary11011111001100110111011001011100001101101110101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37CCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37CCDD;
 }
 .AnyTagClassName
 {
   color: #37CCDD;
 }
</style>
background-color css

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

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

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

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

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

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