#ABF7FC

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

Shades of Pale Turquoise #ABF7FC

Tints of Pale Turquoise #ABF7FC

Color information

#ABF7FC (or 0xABF7FC) is unknown color: approx Pale Turquoise. HEX triplet: AB, F7 and FC. RGB value is (171,247,252). Sum of RGB (Red+Green+Blue) = 171+247+252=670 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.52% from 670); Green value is 247 (96.88% from 255 or 36.87% from 670); Blue value is 252 (98.83% from 255 or 37.61% from 670); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABF7FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF7FC is #540803. Grayscale: #E0E0E0. Windows color (decimal): -5507076 or 16578475. OLE color: 16578475.

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

Color convert

RGB171247252-
CMYK0.320.0200.01
HSL183.7º93.1%82.94%-
HSV(B)183.7º32.14%98.82%-
XYZ67.6382.21104.4-
YUV224.85143.3289.59-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.52%
GREEN value IS 247 (96.88% from 255) = 36.87%
BLUE value IS 252 (98.83% from 255) = 37.61%
R=25.52%
G=36.87%
B=37.61%

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
Decimal1712472520.320.0200.01183.793.182.94
HexABF7FC20201b85d53
Octal25336737440201270135123
Binary10101011111101111111110010000010011011100010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF7FC; }

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

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

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

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

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

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

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

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