#45D2DD

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

Shades of Medium Turquoise #45D2DD

Tints of Medium Turquoise #45D2DD

Color information

#45D2DD (or 0x45D2DD) is unknown color: approx Medium Turquoise. HEX triplet: 45, D2 and DD. RGB value is (69,210,221). Sum of RGB (Red+Green+Blue) = 69+210+221=500 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.8% from 500); Green value is 210 (82.42% from 255 or 42% from 500); Blue value is 221 (86.72% from 255 or 44.2% from 500); Max value from RGB is 221 - color contains mainly: blue. Hex color #45D2DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D2DD is #BA2D22. Grayscale: #A8A8A8. Windows color (decimal): -12201251 or 14537285. OLE color: 14537285.

HSL color Cylindrical-coordinate representation of color #45D2DD: hue angle of 184.34º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45D2DD is Cyan = 0.69, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69210221-
CMYK0.690.0500.13
HSL184.34º69.09%56.86%-
HSV(B)184.34º68.78%86.67%-
XYZ38.5552.5876.52-
YUV169.1157.2956.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.8%
GREEN value IS 210 (82.42% from 255) = 42%
BLUE value IS 221 (86.72% from 255) = 44.2%
R=13.8%
G=42%
B=44.2%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692102210.690.0500.13184.3469.0956.86
Hex45D2DD4550Db84539
Octal105322335105501527010571
Binary10001011101001011011101100010110101101101110001000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #45D2DD; }

 p { color: rgb(69,210,221); }

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

<style>
 a { background-color: #45D2DD; }

 a { background-color: rgb(69,210,221); }

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

<style>
 span { border-color: #45D2DD; }

 span { border-color: rgb(69,210,221); }

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