#45CDD5

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

Shades of Medium Turquoise #45CDD5

Tints of Medium Turquoise #45CDD5

Color information

#45CDD5 (or 0x45CDD5) is unknown color: approx Medium Turquoise. HEX triplet: 45, CD and D5. RGB value is (69,205,213). Sum of RGB (Red+Green+Blue) = 69+205+213=487 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.17% from 487); Green value is 205 (80.47% from 255 or 42.09% from 487); Blue value is 213 (83.59% from 255 or 43.74% from 487); Max value from RGB is 213 - color contains mainly: blue. Hex color #45CDD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CDD5 is #BA322A. Grayscale: #A5A5A5. Windows color (decimal): -12202539 or 14011717. OLE color: 14011717.

HSL color Cylindrical-coordinate representation of color #45CDD5: hue angle of 183.33º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #45CDD5 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB69205213-
CMYK0.680.0400.16
HSL183.33º63.16%55.29%-
HSV(B)183.33º67.61%83.53%-
XYZ36.349.7370.64-
YUV165.25154.9459.35-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.17%
GREEN value IS 205 (80.47% from 255) = 42.09%
BLUE value IS 213 (83.59% from 255) = 43.74%
R=14.17%
G=42.09%
B=43.74%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692052130.680.0400.16183.3363.1655.29
Hex45CDD5444010b73f37
Octal10531532510440202677767
Binary10001011100110111010101100010010001000010110111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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