#ABFAFE

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

Shades of Pale Turquoise #ABFAFE

Tints of Pale Turquoise #ABFAFE

Color information

#ABFAFE (or 0xABFAFE) is unknown color: approx Pale Turquoise. HEX triplet: AB, FA and FE. RGB value is (171,250,254). Sum of RGB (Red+Green+Blue) = 171+250+254=675 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.33% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABFAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAFE is #540501. Grayscale: #E2E2E2. Windows color (decimal): -5506306 or 16710315. OLE color: 16710315.

HSL color Cylindrical-coordinate representation of color #ABFAFE: hue angle of 182.89º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFAFE is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171250254-
CMYK0.330.0200.00
HSL182.89º97.65%83.33%-
HSV(B)182.89º32.68%99.61%-
XYZ68.8784.18106.39-
YUV226.83143.3388.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.33%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 254 (99.61% from 255) = 37.63%
R=25.33%
G=37.04%
B=37.63%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712502540.330.0200.00182.8997.6583.33
HexABFAFE21200b76253
Octal25337237641200267142123
Binary10101011111110101111111010000110001011011111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAFE; }

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

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

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

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

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

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

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

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