#ABF1FC

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

Shades of Pale Turquoise #ABF1FC

Tints of Pale Turquoise #ABF1FC

Color information

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

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

Color convert

RGB171241252-
CMYK0.320.0400.01
HSL188.15º93.1%82.94%-
HSV(B)188.15º32.14%98.82%-
XYZ65.8278.6103.8-
YUV221.32145.3192.11-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712412520.320.0400.01188.1593.182.94
HexABF1FC20401bc5d53
Octal25336137440401274135123
Binary101010111111000111111100100000100011011110010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1FC; }

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

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

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

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

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

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

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

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