#ABFFFB

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

Shades of Pale Turquoise #ABFFFB

Tints of Pale Turquoise #ABFFFB

Color information

#ABFFFB (or 0xABFFFB) is unknown color: approx Pale Turquoise. HEX triplet: AB, FF and FB. RGB value is (171,255,251). Sum of RGB (Red+Green+Blue) = 171+255+251=677 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.26% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFFB is #540004. Grayscale: #E5E5E5. Windows color (decimal): -5505029 or 16514987. OLE color: 16514987.

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

Color convert

RGB171255251-
CMYK0.3300.020
HSL177.14º100%83.53%-
HSV(B)177.14º32.94%100%-
XYZ69.9787.14104.4-
YUV229.43140.1786.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.26%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=25.26%
G=37.67%
B=37.08%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712552510.3300.020177.1410083.53
HexABFFFB21020b16454
Octal25337737341020261144124
Binary10101011111111111111101110000101001011000111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFFB; }

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

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

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

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

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

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

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

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