#45CCD5

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

Shades of Medium Turquoise #45CCD5

Tints of Medium Turquoise #45CCD5

Color information

#45CCD5 (or 0x45CCD5) is unknown color: approx Medium Turquoise. HEX triplet: 45, CC and D5. RGB value is (69,204,213). Sum of RGB (Red+Green+Blue) = 69+204+213=486 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.20% from 486); Green value is 204 (80.08% from 255 or 41.98% from 486); Blue value is 213 (83.59% from 255 or 43.83% from 486); Max value from RGB is 213 - color contains mainly: blue. Hex color #45CCD5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45CCD5 is #BA332A. Grayscale: #A4A4A4. Windows color (decimal): -12202795 or 14011461. OLE color: 14011461.

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

Color convert

RGB69204213-
CMYK0.680.0400.16
HSL183.75º63.16%55.29%-
HSV(B)183.75º67.61%83.53%-
XYZ36.0649.2670.56-
YUV164.66155.2759.77-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.20%
GREEN value IS 204 (80.08% from 255) = 41.98%
BLUE value IS 213 (83.59% from 255) = 43.83%
R=14.20%
G=41.98%
B=43.83%

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
Decimal692042130.680.0400.16183.7563.1655.29
Hex45CCD5444010b83f37
Octal10531432510440202707767
Binary10001011100110011010101100010010001000010111000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45CCD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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