#45D5CC

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

Shades of Medium Turquoise #45D5CC

Tints of Medium Turquoise #45D5CC

Color information

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

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

Color convert

RGB69213204-
CMYK0.6800.040.16
HSL176.25º63.16%55.29%-
HSV(B)176.25º67.61%83.53%-
XYZ37.1553.2165.44-
YUV168.92147.7956.73-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692132040.6800.040.16176.2563.1655.29
Hex45D5CC440410b03f37
Octal10532531410404202607767
Binary10001011101010111001100100010001001000010110000111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D5CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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