#ABEEF8

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

Shades of Pale Turquoise #ABEEF8

Tints of Pale Turquoise #ABEEF8

Color information

#ABEEF8 (or 0xABEEF8) is unknown color: approx Pale Turquoise. HEX triplet: AB, EE and F8. RGB value is (171,238,248). Sum of RGB (Red+Green+Blue) = 171+238+248=657 (87% of max value = 765). Red value is 171 (67.19% from 255 or 26.03% from 657); Green value is 238 (93.36% from 255 or 36.23% from 657); Blue value is 248 (97.27% from 255 or 37.75% from 657); Max value from RGB is 248 - color contains mainly: blue. Hex color #ABEEF8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABEEF8 is #541107. Grayscale: #DADADA. Windows color (decimal): -5509384 or 16314027. OLE color: 16314027.

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

Color convert

RGB171238248-
CMYK0.310.0400.03
HSL187.79º84.62%82.16%-
HSV(B)187.79º31.05%97.25%-
XYZ64.3176.58100.2-
YUV219.11144.393.69-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.03%
GREEN value IS 238 (93.36% from 255) = 36.23%
BLUE value IS 248 (97.27% from 255) = 37.75%
R=26.03%
G=36.23%
B=37.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712382480.310.0400.03187.7984.6282.16
HexABEEF81F403bc5552
Octal25335637037403274125122
Binary101010111110111011111000111111000111011110010101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABEEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABEEF8; }

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

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

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

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

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

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

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

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