#45FEAB

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

Shades of Turquoise #45FEAB

Tints of Turquoise #45FEAB

Color information

#45FEAB (or 0x45FEAB) is unknown color: approx Turquoise. HEX triplet: 45, FE and AB. RGB value is (69,254,171). Sum of RGB (Red+Green+Blue) = 69+254+171=494 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.97% from 494); Green value is 254 (99.61% from 255 or 51.42% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 254 - color contains mainly: green. Hex color #45FEAB is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FEAB is #BA0154. Grayscale: #BDBDBD. Windows color (decimal): -12190037 or 11271749. OLE color: 11271749.

HSL color Cylindrical-coordinate representation of color #45FEAB: hue angle of 153.08º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FEAB is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB69254171-
CMYK0.7300.330.00
HSL153.08º98.93%63.33%-
HSV(B)153.08º72.83%99.61%-
XYZ45.2575.0950.64-
YUV189.22117.7142.25-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 13.97%
GREEN value IS 254 (99.61% from 255) = 51.42%
BLUE value IS 171 (67.19% from 255) = 34.62%
R=13.97%
G=51.42%
B=34.62%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal692541710.7300.330.00153.0898.9363.33
Hex45FEAB49021099633f
Octal105376253111041023114377
Binary10001011111111010101011100100101000010100110011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45FEAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(69,254,171); }

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

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

 a { background-color: rgb(69,254,171); }

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

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

 span { border-color: rgb(69,254,171); }

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