#ABF9FF

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

Shades of Pale Turquoise #ABF9FF

Tints of Pale Turquoise #ABF9FF

Color information

#ABF9FF (or 0xABF9FF) is unknown color: approx Pale Turquoise. HEX triplet: AB, F9 and FF. RGB value is (171,249,255). Sum of RGB (Red+Green+Blue) = 171+249+255=675 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.33% from 675); Green value is 249 (97.66% from 255 or 36.89% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABF9FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF9FF is #540600. Grayscale: #E2E2E2. Windows color (decimal): -5506561 or 16775595. OLE color: 16775595.

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

Color convert

RGB171249255-
CMYK0.330.0200
HSL184.29º100%83.53%-
HSV(B)184.29º32.94%100%-
XYZ68.7283.63107.13-
YUV226.36144.1688.51-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.33%
GREEN value IS 249 (97.66% from 255) = 36.89%
BLUE value IS 255 (100% from 255) = 37.78%
R=25.33%
G=36.89%
B=37.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712492550.330.0200184.2910083.53
HexABF9FF21200b86454
Octal25337137741200270144124
Binary10101011111110011111111110000110001011100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF9FF; }

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

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

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

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

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

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

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

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