#ABF4FC

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

Shades of Pale Turquoise #ABF4FC

Tints of Pale Turquoise #ABF4FC

Color information

#ABF4FC (or 0xABF4FC) is unknown color: approx Pale Turquoise. HEX triplet: AB, F4 and FC. RGB value is (171,244,252). Sum of RGB (Red+Green+Blue) = 171+244+252=667 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.64% from 667); Green value is 244 (95.70% from 255 or 36.58% from 667); Blue value is 252 (98.83% from 255 or 37.78% from 667); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABF4FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF4FC is #540B03. Grayscale: #DEDEDE. Windows color (decimal): -5507844 or 16577707. OLE color: 16577707.

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

Color convert

RGB171244252-
CMYK0.320.0300.01
HSL185.93º93.1%82.94%-
HSV(B)185.93º32.14%98.82%-
XYZ66.7280.39104.1-
YUV223.08144.3290.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.64%
GREEN value IS 244 (95.70% from 255) = 36.58%
BLUE value IS 252 (98.83% from 255) = 37.78%
R=25.64%
G=36.58%
B=37.78%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712442520.320.0300.01185.9393.182.94
HexABF4FC20301ba5d53
Octal25336437440301272135123
Binary10101011111101001111110010000011011011101010111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF4FC; }

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

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

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

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

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

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

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

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