#45FAC7

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

Shades of Turquoise #45FAC7

Tints of Turquoise #45FAC7

Color information

#45FAC7 (or 0x45FAC7) is unknown color: approx Turquoise. HEX triplet: 45, FA and C7. RGB value is (69,250,199). Sum of RGB (Red+Green+Blue) = 69+250+199=518 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.32% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 199 (78.12% from 255 or 38.42% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #45FAC7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FAC7 is #BA0538. Grayscale: #BEBEBE. Windows color (decimal): -12191033 or 13105733. OLE color: 13105733.

HSL color Cylindrical-coordinate representation of color #45FAC7: hue angle of 163.09º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #45FAC7 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB69250199-
CMYK0.7200.200.02
HSL163.09º94.76%62.55%-
HSV(B)163.09º72.4%98.04%-
XYZ46.9573.7665.8-
YUV190.07133.0341.65-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.32%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 199 (78.12% from 255) = 38.42%
R=13.32%
G=48.26%
B=38.42%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal692501990.7200.200.02163.0994.7662.55
Hex45FAC7480142a35f3f
Octal105372307110024224313777
Binary10001011111101011000111100100001010010101000111011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45FAC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,250,199); }

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

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

 a { background-color: rgb(69,250,199); }

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

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

 span { border-color: rgb(69,250,199); }

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