#45C6D7

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

Shades of Medium Turquoise #45C6D7

Tints of Medium Turquoise #45C6D7

Color information

#45C6D7 (or 0x45C6D7) is unknown color: approx Medium Turquoise. HEX triplet: 45, C6 and D7. RGB value is (69,198,215). Sum of RGB (Red+Green+Blue) = 69+198+215=482 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.32% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 215 (84.38% from 255 or 44.61% from 482); Max value from RGB is 215 - color contains mainly: blue. Hex color #45C6D7 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45C6D7 is #BA3928. Grayscale: #A1A1A1. Windows color (decimal): -12204329 or 14140997. OLE color: 14140997.

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

Color convert

RGB69198215-
CMYK0.680.0800.16
HSL186.99º64.6%55.69%-
HSV(B)186.99º67.91%84.31%-
XYZ34.9146.5671.44-
YUV161.37158.2662.12-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 14.32%
GREEN value IS 198 (77.73% from 255) = 41.08%
BLUE value IS 215 (84.38% from 255) = 44.61%
R=14.32%
G=41.08%
B=44.61%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal691982150.680.0800.16186.9964.655.69
Hex45C6D7448010bb4138
Octal1053063271041002027310170
Binary1000101110001101101011110001001000010000101110111000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45C6D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,198,215); }

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

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

 a { background-color: rgb(69,198,215); }

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

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

 span { border-color: rgb(69,198,215); }

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