#ABFFF8

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

Shades of Pale Turquoise #ABFFF8

Tints of Pale Turquoise #ABFFF8

Color information

#ABFFF8 (or 0xABFFF8) is unknown color: approx Pale Turquoise. HEX triplet: AB, FF and F8. RGB value is (171,255,248). Sum of RGB (Red+Green+Blue) = 171+255+248=674 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.37% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 248 (97.27% from 255 or 36.80% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFF8 is #540007. Grayscale: #E5E5E5. Windows color (decimal): -5505032 or 16318379. OLE color: 16318379.

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

Color convert

RGB171255248-
CMYK0.3300.030
HSL175º100%83.53%-
HSV(B)175º32.94%100%-
XYZ69.586.96101.93-
YUV229.09138.6786.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.37%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 248 (97.27% from 255) = 36.80%
R=25.37%
G=37.83%
B=36.80%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712552480.3300.03017510083.53
HexABFFF821030af6454
Octal25337737041030257144124
Binary10101011111111111111100010000101101010111111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFF8; }

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

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

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

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

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

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

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

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