#ABF2FC

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

Shades of Pale Turquoise #ABF2FC

Tints of Pale Turquoise #ABF2FC

Color information

#ABF2FC (or 0xABF2FC) is unknown color: approx Pale Turquoise. HEX triplet: AB, F2 and FC. RGB value is (171,242,252). Sum of RGB (Red+Green+Blue) = 171+242+252=665 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.71% from 665); Green value is 242 (94.92% from 255 or 36.39% from 665); Blue value is 252 (98.83% from 255 or 37.89% from 665); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABF2FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2FC is #540D03. Grayscale: #DDDDDD. Windows color (decimal): -5508356 or 16577195. OLE color: 16577195.

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

Color convert

RGB171242252-
CMYK0.320.0400.01
HSL187.41º93.1%82.94%-
HSV(B)187.41º32.14%98.82%-
XYZ66.1279.19103.9-
YUV221.91144.9891.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.71%
GREEN value IS 242 (94.92% from 255) = 36.39%
BLUE value IS 252 (98.83% from 255) = 37.89%
R=25.71%
G=36.39%
B=37.89%

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
Decimal1712422520.320.0400.01187.4193.182.94
HexABF2FC20401bb5d53
Octal25336237440401273135123
Binary101010111111001011111100100000100011011101110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF2FC; }

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

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

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

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

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

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

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

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