#ABF3FD

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

Shades of Pale Turquoise #ABF3FD

Tints of Pale Turquoise #ABF3FD

Color information

#ABF3FD (or 0xABF3FD) is unknown color: approx Pale Turquoise. HEX triplet: AB, F3 and FD. RGB value is (171,243,253). Sum of RGB (Red+Green+Blue) = 171+243+253=667 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.64% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 253 (99.22% from 255 or 37.93% from 667); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABF3FD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF3FD is #540C02. Grayscale: #DEDEDE. Windows color (decimal): -5508099 or 16642987. OLE color: 16642987.

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

Color convert

RGB171243253-
CMYK0.320.0400.01
HSL187.32º95.35%83.14%-
HSV(B)187.32º32.41%99.22%-
XYZ66.5779.85104.83-
YUV222.61145.1591.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.64%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 253 (99.22% from 255) = 37.93%
R=25.64%
G=36.43%
B=37.93%

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
Decimal1712432530.320.0400.01187.3295.3583.14
HexABF3FD20401bb5f53
Octal25336337540401273137123
Binary101010111111001111111101100000100011011101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF3FD; }

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

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

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

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

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

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

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

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