#ABF7FD

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

Shades of Pale Turquoise #ABF7FD

Tints of Pale Turquoise #ABF7FD

Color information

#ABF7FD (or 0xABF7FD) is unknown color: approx Pale Turquoise. HEX triplet: AB, F7 and FD. RGB value is (171,247,253). Sum of RGB (Red+Green+Blue) = 171+247+253=671 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.48% from 671); Green value is 247 (96.88% from 255 or 36.81% from 671); Blue value is 253 (99.22% from 255 or 37.70% from 671); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABF7FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF7FD is #540802. Grayscale: #E0E0E0. Windows color (decimal): -5507075 or 16644011. OLE color: 16644011.

HSL color Cylindrical-coordinate representation of color #ABF7FD: hue angle of 184.39º degrees, saturation: 0.95, 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 #ABF7FD is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171247253-
CMYK0.320.0200.01
HSL184.39º95.35%83.14%-
HSV(B)184.39º32.41%99.22%-
XYZ67.7882.27105.24-
YUV224.96143.8289.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.48%
GREEN value IS 247 (96.88% from 255) = 36.81%
BLUE value IS 253 (99.22% from 255) = 37.70%
R=25.48%
G=36.81%
B=37.70%

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
Decimal1712472530.320.0200.01184.3995.3583.14
HexABF7FD20201b85f53
Octal25336737540201270137123
Binary10101011111101111111110110000010011011100010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF7FD; }

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

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

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

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

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

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

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

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