#ABFFFE

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

Shades of Pale Turquoise #ABFFFE

Tints of Pale Turquoise #ABFFFE

Color information

#ABFFFE (or 0xABFFFE) is unknown color: approx Pale Turquoise. HEX triplet: AB, FF and FE. RGB value is (171,255,254). Sum of RGB (Red+Green+Blue) = 171+255+254=680 (90% of max value = 765). Red value is 171 (67.19% from 255 or 25.15% from 680); Green value is 255 (100% from 255 or 37.5% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFFE is #540001. Grayscale: #E5E5E5. Windows color (decimal): -5505026 or 16711595. OLE color: 16711595.

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

Color convert

RGB171255254-
CMYK0.3300.000
HSL179.29º100%83.53%-
HSV(B)179.29º32.94%100%-
XYZ70.4487.33106.91-
YUV229.77141.6786.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.15%
GREEN value IS 255 (100% from 255) = 37.5%
BLUE value IS 254 (99.61% from 255) = 37.35%
R=25.15%
G=37.5%
B=37.35%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712552540.3300.000179.2910083.53
HexABFFFE21000b36454
Octal25337737641000263144124
Binary1010101111111111111111101000010001011001111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFFE; }

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

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

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

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

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

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

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

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