#ABF6FE

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

Shades of Pale Turquoise #ABF6FE

Tints of Pale Turquoise #ABF6FE

Color information

#ABF6FE (or 0xABF6FE) is unknown color: approx Pale Turquoise. HEX triplet: AB, F6 and FE. RGB value is (171,246,254). Sum of RGB (Red+Green+Blue) = 171+246+254=671 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.48% from 671); Green value is 246 (96.48% from 255 or 36.66% from 671); Blue value is 254 (99.61% from 255 or 37.85% from 671); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABF6FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF6FE is #540901. Grayscale: #E0E0E0. Windows color (decimal): -5507330 or 16709291. OLE color: 16709291.

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

Color convert

RGB171246254-
CMYK0.330.0300.00
HSL185.78º97.65%83.33%-
HSV(B)185.78º32.68%99.61%-
XYZ67.6481.73105.98-
YUV224.49144.6589.85-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.48%
GREEN value IS 246 (96.48% from 255) = 36.66%
BLUE value IS 254 (99.61% from 255) = 37.85%
R=25.48%
G=36.66%
B=37.85%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712462540.330.0300.00185.7897.6583.33
HexABF6FE21300ba6253
Octal25336637641300272142123
Binary10101011111101101111111010000111001011101011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF6FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF6FE; }

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

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

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

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

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

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

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

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