#ABF3FC

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

Shades of Pale Turquoise #ABF3FC

Tints of Pale Turquoise #ABF3FC

Color information

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

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

Color convert

RGB171243252-
CMYK0.320.0400.01
HSL186.67º93.1%82.94%-
HSV(B)186.67º32.14%98.82%-
XYZ66.4279.79104-
YUV222.5144.6591.27-

RGB Variations

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

RGB

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

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
Decimal1712432520.320.0400.01186.6793.182.94
HexABF3FC20401bb5d53
Octal25336337440401273135123
Binary101010111111001111111100100000100011011101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF3FC; }

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

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

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

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

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

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

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

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