#ABFCF3

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

Shades of Pale Turquoise #ABFCF3

Tints of Pale Turquoise #ABFCF3

Color information

#ABFCF3 (or 0xABFCF3) is unknown color: approx Pale Turquoise. HEX triplet: AB, FC and F3. RGB value is (171,252,243). Sum of RGB (Red+Green+Blue) = 171+252+243=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 252 (98.83% from 255 or 37.84% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCF3 is #54030C. Grayscale: #E2E2E2. Windows color (decimal): -5505805 or 15989931. OLE color: 15989931.

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

Color convert

RGB171252243-
CMYK0.3200.040.01
HSL173.33º93.1%82.94%-
HSV(B)173.33º32.14%98.82%-
XYZ67.7884.7597.58-
YUV226.75137.1688.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.68%
GREEN value IS 252 (98.83% from 255) = 37.84%
BLUE value IS 243 (95.31% from 255) = 36.49%
R=25.68%
G=37.84%
B=36.49%

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
Decimal1712522430.3200.040.01173.3393.182.94
HexABFCF320041ad5d53
Octal25337436340041255135123
Binary101010111111110011110011100000010011010110110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCF3; }

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

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

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

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

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

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

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

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