#45CDDF

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

Shades of Medium Turquoise #45CDDF

Tints of Medium Turquoise #45CDDF

Color information

#45CDDF (or 0x45CDDF) is unknown color: approx Medium Turquoise. HEX triplet: 45, CD and DF. RGB value is (69,205,223). Sum of RGB (Red+Green+Blue) = 69+205+223=497 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.88% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 223 - color contains mainly: blue. Hex color #45CDDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CDDF is #BA3220. Grayscale: #A6A6A6. Windows color (decimal): -12202529 or 14667077. OLE color: 14667077.

HSL color Cylindrical-coordinate representation of color #45CDDF: hue angle of 187.01º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45CDDF is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB69205223-
CMYK0.690.0800.13
HSL187.01º70.64%57.25%-
HSV(B)187.01º69.06%87.45%-
XYZ37.650.2677.53-
YUV166.39159.9458.54-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.88%
GREEN value IS 205 (80.47% from 255) = 41.25%
BLUE value IS 223 (87.5% from 255) = 44.87%
R=13.88%
G=41.25%
B=44.87%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal692052230.690.0800.13187.0170.6457.25
Hex45CDDF4580Dbb4739
Octal1053153371051001527310771
Binary100010111001101110111111000101100001101101110111000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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