#ABFCF1

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

Shades of Pale Turquoise #ABFCF1

Tints of Pale Turquoise #ABFCF1

Color information

#ABFCF1 (or 0xABFCF1) is unknown color: approx Pale Turquoise. HEX triplet: AB, FC and F1. RGB value is (171,252,241). Sum of RGB (Red+Green+Blue) = 171+252+241=664 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.75% from 664); Green value is 252 (98.83% from 255 or 37.95% from 664); Blue value is 241 (94.53% from 255 or 36.30% from 664); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCF1 is #54030E. Grayscale: #E2E2E2. Windows color (decimal): -5505807 or 15858859. OLE color: 15858859.

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

Color convert

RGB171252241-
CMYK0.3200.040.01
HSL171.85º93.1%82.94%-
HSV(B)171.85º32.14%98.82%-
XYZ67.4884.6396-
YUV226.53136.1688.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.75%
GREEN value IS 252 (98.83% from 255) = 37.95%
BLUE value IS 241 (94.53% from 255) = 36.30%
R=25.75%
G=37.95%
B=36.30%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712522410.3200.040.01171.8593.182.94
HexABFCF120041ac5d53
Octal25337436140041254135123
Binary101010111111110011110001100000010011010110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCF1; }

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

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

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

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

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

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

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

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