#45CED9

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

Shades of Medium Turquoise #45CED9

Tints of Medium Turquoise #45CED9

Color information

#45CED9 (or 0x45CED9) is unknown color: approx Medium Turquoise. HEX triplet: 45, CE and D9. RGB value is (69,206,217). Sum of RGB (Red+Green+Blue) = 69+206+217=492 (65% of max value = 765). Red value is 69 (27.34% from 255 or 14.02% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #45CED9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CED9 is #BA3126. Grayscale: #A6A6A6. Windows color (decimal): -12202279 or 14274117. OLE color: 14274117.

HSL color Cylindrical-coordinate representation of color #45CED9: hue angle of 184.46º 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 #45CED9 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB69206217-
CMYK0.680.0500.15
HSL184.46º66.07%56.08%-
HSV(B)184.46º68.2%85.1%-
XYZ37.0550.4273.42-
YUV166.29156.6158.61-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.02%
GREEN value IS 206 (80.86% from 255) = 41.87%
BLUE value IS 217 (85.16% from 255) = 44.11%
R=14.02%
G=41.87%
B=44.11%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal692062170.680.0500.15184.4666.0756.08
Hex45CED94450Fb84238
Octal105316331104501727010270
Binary10001011100111011011001100010010101111101110001000010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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