#45D2D9

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

Shades of Medium Turquoise #45D2D9

Tints of Medium Turquoise #45D2D9

Color information

#45D2D9 (or 0x45D2D9) is unknown color: approx Medium Turquoise. HEX triplet: 45, D2 and D9. RGB value is (69,210,217). Sum of RGB (Red+Green+Blue) = 69+210+217=496 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.91% from 496); Green value is 210 (82.42% from 255 or 42.34% from 496); Blue value is 217 (85.16% from 255 or 43.75% from 496); Max value from RGB is 217 - color contains mainly: blue. Hex color #45D2D9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D2D9 is #BA2D26. Grayscale: #A8A8A8. Windows color (decimal): -12201255 or 14275141. OLE color: 14275141.

HSL color Cylindrical-coordinate representation of color #45D2D9: hue angle of 182.84º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45D2D9 is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB69210217-
CMYK0.680.0300.15
HSL182.84º66.07%56.08%-
HSV(B)182.84º68.2%85.1%-
XYZ38.0352.3773.75-
YUV168.64155.2956.93-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.91%
GREEN value IS 210 (82.42% from 255) = 42.34%
BLUE value IS 217 (85.16% from 255) = 43.75%
R=13.91%
G=42.34%
B=43.75%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692102170.680.0300.15182.8466.0756.08
Hex45D2D94430Fb74238
Octal105322331104301726710270
Binary1000101110100101101100110001001101111101101111000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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