#45CDE9

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

Shades of Medium Turquoise #45CDE9

Tints of Medium Turquoise #45CDE9

Color information

#45CDE9 (or 0x45CDE9) is unknown color: approx Medium Turquoise. HEX triplet: 45, CD and E9. RGB value is (69,205,233). Sum of RGB (Red+Green+Blue) = 69+205+233=507 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.61% from 507); Green value is 205 (80.47% from 255 or 40.43% from 507); Blue value is 233 (91.41% from 255 or 45.96% from 507); Max value from RGB is 233 - color contains mainly: blue. Hex color #45CDE9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #45CDE9 is #BA3216. Grayscale: #A7A7A7. Windows color (decimal): -12202519 or 15322437. OLE color: 15322437.

HSL color Cylindrical-coordinate representation of color #45CDE9: hue angle of 190.24º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45CDE9 is Cyan = 0.70, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB69205233-
CMYK0.700.1200.09
HSL190.24º78.85%59.22%-
HSV(B)190.24º70.39%91.37%-
XYZ38.9950.8184.84-
YUV167.53164.9457.72-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.61%
GREEN value IS 205 (80.47% from 255) = 40.43%
BLUE value IS 233 (91.41% from 255) = 45.96%
R=13.61%
G=40.43%
B=45.96%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal692052330.700.1200.09190.2478.8559.22
Hex45CDE946C09be4f3b
Octal1053153511061401127611773
Binary100010111001101111010011000110110001001101111101001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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