#ABFCF0

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

Shades of Pale Turquoise #ABFCF0

Tints of Pale Turquoise #ABFCF0

Color information

#ABFCF0 (or 0xABFCF0) is unknown color: approx Pale Turquoise. HEX triplet: AB, FC and F0. RGB value is (171,252,240). Sum of RGB (Red+Green+Blue) = 171+252+240=663 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.79% from 663); Green value is 252 (98.83% from 255 or 38.01% from 663); Blue value is 240 (94.14% from 255 or 36.20% from 663); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCF0 is #54030F. Grayscale: #E2E2E2. Windows color (decimal): -5505808 or 15793323. OLE color: 15793323.

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

Color convert

RGB171252240-
CMYK0.3200.050.01
HSL171.11º93.1%82.94%-
HSV(B)171.11º32.14%98.82%-
XYZ67.3384.5795.21-
YUV226.41135.6688.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.79%
GREEN value IS 252 (98.83% from 255) = 38.01%
BLUE value IS 240 (94.14% from 255) = 36.20%
R=25.79%
G=38.01%
B=36.20%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712522400.3200.050.01171.1193.182.94
HexABFCF020051ab5d53
Octal25337436040051253135123
Binary101010111111110011110000100000010111010101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCF0; }

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

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

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

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

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

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

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

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