#abf6f8

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

Shades of Pale Turquoise #ABF6F8

Tints of Pale Turquoise #ABF6F8

Color information

#ABF6F8 (or 0xABF6F8) is unknown color: approx Pale Turquoise. HEX triplet: AB, F6 and F8. RGB value is (171,246,248). Sum of RGB (Red+Green+Blue) = 171+246+248=665 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.71% from 665); Green value is 246 (96.48% from 255 or 36.99% from 665); Blue value is 248 (97.27% from 255 or 37.29% from 665); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABF6F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF6F8 is #540907. Grayscale: #DFDFDF. Windows color (decimal): -5507336 or 16316075. OLE color: 16316075.

HSL color Cylindrical-coordinate representation of color #ABF6F8: hue angle of 181.56º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ABF6F8 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB171246248-
CMYK0.310.0100.03
HSL181.56º84.62%82.16%-
HSV(B)181.56º31.05%97.25%-
XYZ66.6981.35100.99-
YUV223.8141.6590.34-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.71%
GREEN value IS 246 (96.48% from 255) = 36.99%
BLUE value IS 248 (97.27% from 255) = 37.29%
R=25.71%
G=36.99%
B=37.29%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712462480.310.0100.03181.5684.6282.16
HexABF6F81F103b65552
Octal25336637037103266125122
Binary1010101111110110111110001111110111011011010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abf6f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abf6f8; }

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

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

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

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

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

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

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

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