#ABFBFE

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

Shades of Pale Turquoise #ABFBFE

Tints of Pale Turquoise #ABFBFE

Color information

#ABFBFE (or 0xABFBFE) is unknown color: approx Pale Turquoise. HEX triplet: AB, FB and FE. RGB value is (171,251,254). Sum of RGB (Red+Green+Blue) = 171+251+254=676 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.30% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 254 (99.61% from 255 or 37.57% from 676); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABFBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBFE is #540401. Grayscale: #E3E3E3. Windows color (decimal): -5506050 or 16710571. OLE color: 16710571.

HSL color Cylindrical-coordinate representation of color #ABFBFE: hue angle of 182.17º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFBFE is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB171251254-
CMYK0.330.0100.00
HSL182.17º97.65%83.33%-
HSV(B)182.17º32.68%99.61%-
XYZ69.1884.81106.49-
YUV227.4214387.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.30%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 254 (99.61% from 255) = 37.57%
R=25.30%
G=37.13%
B=37.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712512540.330.0100.00182.1797.6583.33
HexABFBFE21100b66253
Octal25337337641100266142123
Binary1010101111111011111111101000011001011011011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFBFE; }

 p { color: rgb(171,251,254); }

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

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

 a { background-color: rgb(171,251,254); }

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

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

 span { border-color: rgb(171,251,254); }

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