#45CDD2

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

Shades of Medium Turquoise #45CDD2

Tints of Medium Turquoise #45CDD2

Color information

#45CDD2 (or 0x45CDD2) is unknown color: approx Medium Turquoise. HEX triplet: 45, CD and D2. RGB value is (69,205,210). Sum of RGB (Red+Green+Blue) = 69+205+210=484 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.26% from 484); Green value is 205 (80.47% from 255 or 42.36% from 484); Blue value is 210 (82.42% from 255 or 43.39% from 484); Max value from RGB is 210 - color contains mainly: blue. Hex color #45CDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CDD2 is #BA322D. Grayscale: #A4A4A4. Windows color (decimal): -12202542 or 13815109. OLE color: 13815109.

HSL color Cylindrical-coordinate representation of color #45CDD2: hue angle of 182.13º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #45CDD2 is Cyan = 0.67, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB69205210-
CMYK0.670.0200.18
HSL182.13º61.04%54.71%-
HSV(B)182.13º67.14%82.35%-
XYZ35.9249.5868.65-
YUV164.91153.4459.59-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.26%
GREEN value IS 205 (80.47% from 255) = 42.36%
BLUE value IS 210 (82.42% from 255) = 43.39%
R=14.26%
G=42.36%
B=43.39%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal692052100.670.0200.18182.1361.0454.71
Hex45CDD2432012b63d37
Octal10531532210320222667567
Binary1000101110011011101001010000111001001010110110111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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