#45FAC9

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

Shades of Turquoise #45FAC9

Tints of Turquoise #45FAC9

Color information

#45FAC9 (or 0x45FAC9) is unknown color: approx Turquoise. HEX triplet: 45, FA and C9. RGB value is (69,250,201). Sum of RGB (Red+Green+Blue) = 69+250+201=520 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.27% from 520); Green value is 250 (98.05% from 255 or 48.08% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 250 - color contains mainly: green. Hex color #45FAC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FAC9 is #BA0536. Grayscale: #BEBEBE. Windows color (decimal): -12191031 or 13236805. OLE color: 13236805.

HSL color Cylindrical-coordinate representation of color #45FAC9: hue angle of 163.76º 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 #45FAC9 is Cyan = 0.72, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB69250201-
CMYK0.7200.200.02
HSL163.76º94.76%62.55%-
HSV(B)163.76º72.4%98.04%-
XYZ47.1873.8567.03-
YUV190.3134.0341.48-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.27%
GREEN value IS 250 (98.05% from 255) = 48.08%
BLUE value IS 201 (78.91% from 255) = 38.65%
R=13.27%
G=48.08%
B=38.65%

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
Decimal692502010.7200.200.02163.7694.7662.55
Hex45FAC9480142a45f3f
Octal105372311110024224413777
Binary10001011111101011001001100100001010010101001001011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45FAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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