#ABF8FC

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

Shades of Pale Turquoise #ABF8FC

Tints of Pale Turquoise #ABF8FC

Color information

#ABF8FC (or 0xABF8FC) is unknown color: approx Pale Turquoise. HEX triplet: AB, F8 and FC. RGB value is (171,248,252). Sum of RGB (Red+Green+Blue) = 171+248+252=671 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.48% from 671); Green value is 248 (97.27% from 255 or 36.96% from 671); Blue value is 252 (98.83% from 255 or 37.56% from 671); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABF8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF8FC is #540703. Grayscale: #E1E1E1. Windows color (decimal): -5506820 or 16578731. OLE color: 16578731.

HSL color Cylindrical-coordinate representation of color #ABF8FC: hue angle of 182.96º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABF8FC is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171248252-
CMYK0.320.0200.01
HSL182.96º93.1%82.94%-
HSV(B)182.96º32.14%98.82%-
XYZ67.9382.82104.5-
YUV225.43142.9989.17-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.48%
GREEN value IS 248 (97.27% from 255) = 36.96%
BLUE value IS 252 (98.83% from 255) = 37.56%
R=25.48%
G=36.96%
B=37.56%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712482520.320.0200.01182.9693.182.94
HexABF8FC20201b75d53
Octal25337037440201267135123
Binary10101011111110001111110010000010011011011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF8FC; }

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

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

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

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

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

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

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

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