#45D5C8

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

Shades of Medium Turquoise #45D5C8

Tints of Medium Turquoise #45D5C8

Color information

#45D5C8 (or 0x45D5C8) is unknown color: approx Medium Turquoise. HEX triplet: 45, D5 and C8. RGB value is (69,213,200). Sum of RGB (Red+Green+Blue) = 69+213+200=482 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.32% from 482); Green value is 213 (83.59% from 255 or 44.19% from 482); Blue value is 200 (78.52% from 255 or 41.49% from 482); Max value from RGB is 213 - color contains mainly: green. Hex color #45D5C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45D5C8 is #BA2A37. Grayscale: #A8A8A8. Windows color (decimal): -12200504 or 13161797. OLE color: 13161797.

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

Color convert

RGB69213200-
CMYK0.6800.060.16
HSL174.58º63.16%55.29%-
HSV(B)174.58º67.61%83.53%-
XYZ36.6753.0262.95-
YUV168.46145.7957.06-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.32%
GREEN value IS 213 (83.59% from 255) = 44.19%
BLUE value IS 200 (78.52% from 255) = 41.49%
R=14.32%
G=44.19%
B=41.49%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal692132000.6800.060.16174.5863.1655.29
Hex45D5C8440610af3f37
Octal10532531010406202577767
Binary10001011101010111001000100010001101000010101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45D5C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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