#45CAD0

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

Shades of Medium Turquoise #45CAD0

Tints of Medium Turquoise #45CAD0

Color information

#45CAD0 (or 0x45CAD0) is unknown color: approx Medium Turquoise. HEX triplet: 45, CA and D0. RGB value is (69,202,208). Sum of RGB (Red+Green+Blue) = 69+202+208=479 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.41% from 479); Green value is 202 (79.30% from 255 or 42.17% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 208 - color contains mainly: blue. Hex color #45CAD0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CAD0 is #BA352F. Grayscale: #A2A2A2. Windows color (decimal): -12203312 or 13683269. OLE color: 13683269.

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

Color convert

RGB69202208-
CMYK0.670.0300.18
HSL182.59º59.66%54.31%-
HSV(B)182.59º66.83%81.57%-
XYZ34.9648.0667.11-
YUV162.92153.4461.01-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.41%
GREEN value IS 202 (79.30% from 255) = 42.17%
BLUE value IS 208 (81.64% from 255) = 43.42%
R=14.41%
G=42.17%
B=43.42%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal692022080.670.0300.18182.5959.6654.31
Hex45CAD0433012b73c36
Octal10531232010330222677466
Binary1000101110010101101000010000111101001010110111111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,202,208); }

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

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

 a { background-color: rgb(69,202,208); }

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

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

 span { border-color: rgb(69,202,208); }

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