#ABF7F8

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

Shades of Pale Turquoise #ABF7F8

Tints of Pale Turquoise #ABF7F8

Color information

#ABF7F8 (or 0xABF7F8) is unknown color: approx Pale Turquoise. HEX triplet: AB, F7 and F8. RGB value is (171,247,248). Sum of RGB (Red+Green+Blue) = 171+247+248=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 247 (96.88% from 255 or 37.09% from 666); Blue value is 248 (97.27% from 255 or 37.24% from 666); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABF7F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF7F8 is #540807. Grayscale: #E0E0E0. Windows color (decimal): -5507080 or 16316331. OLE color: 16316331.

HSL color Cylindrical-coordinate representation of color #ABF7F8: hue angle of 180.78º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF7F8 is Cyan = 0.31, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171247248-
CMYK0.310.0000.03
HSL180.78º84.62%82.16%-
HSV(B)180.78º31.05%97.25%-
XYZ6781.96101.09-
YUV224.39141.3289.92-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.68%
GREEN value IS 247 (96.88% from 255) = 37.09%
BLUE value IS 248 (97.27% from 255) = 37.24%
R=25.68%
G=37.09%
B=37.24%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712472480.310.0000.03180.7884.6282.16
HexABF7F81F003b55552
Octal25336737037003265125122
Binary1010101111110111111110001111100111011010110101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF7F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF7F8; }

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

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

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

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

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

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

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

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