#abf8f8

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

Shades of Pale Turquoise #ABF8F8

Tints of Pale Turquoise #ABF8F8

Color information

#ABF8F8 (or 0xABF8F8) is unknown color: approx Pale Turquoise. HEX triplet: AB, F8 and F8. RGB value is (171,248,248). Sum of RGB (Red+Green+Blue) = 171+248+248=667 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.64% from 667); Green value is 248 (97.27% from 255 or 37.18% from 667); Blue value is 248 (97.27% from 255 or 37.18% from 667); Max value from RGB is 248 - color contains mainly: green, blue. Hex color #ABF8F8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF8F8 is #540707. Grayscale: #E0E0E0. Windows color (decimal): -5506824 or 16316587. OLE color: 16316587.

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

Color convert

RGB171248248-
CMYK0.31000.03
HSL180º84.62%82.16%-
HSV(B)180º31.05%97.25%-
XYZ67.3182.57101.2-
YUV224.98140.9989.5-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.64%
GREEN value IS 248 (97.27% from 255) = 37.18%
BLUE value IS 248 (97.27% from 255) = 37.18%
R=25.64%
G=37.18%
B=37.18%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712482480.31000.0318084.6282.16
HexABF8F81F003b45552
Octal25337037037003264125122
Binary1010101111111000111110001111100111011010010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #abf8f8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #abf8f8; }

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

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

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

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

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

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

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

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