#ABFBEC

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

Shades of Pale Turquoise #ABFBEC

Tints of Pale Turquoise #ABFBEC

Color information

#ABFBEC (or 0xABFBEC) is unknown color: approx Pale Turquoise. HEX triplet: AB, FB and EC. RGB value is (171,251,236). Sum of RGB (Red+Green+Blue) = 171+251+236=658 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.99% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #ABFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFBEC is #540413. Grayscale: #E1E1E1. Windows color (decimal): -5506068 or 15530923. OLE color: 15530923.

HSL color Cylindrical-coordinate representation of color #ABFBEC: hue angle of 168.75º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABFBEC is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB171251236-
CMYK0.3200.060.02
HSL168.75º90.91%82.75%-
HSV(B)168.75º31.87%98.43%-
XYZ66.4383.7192.01-
YUV225.3713489.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.99%
GREEN value IS 251 (98.44% from 255) = 38.15%
BLUE value IS 236 (92.58% from 255) = 35.87%
R=25.99%
G=38.15%
B=35.87%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1712512360.3200.060.02168.7590.9182.75
HexABFBEC20062a95b53
Octal25337335440062251133123
Binary1010101111111011111011001000000110101010100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFBEC; }

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

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

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

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

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

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

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

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