#ABF0E7

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

Shades of Pale Turquoise #ABF0E7

Tints of Pale Turquoise #ABF0E7

Color information

#ABF0E7 (or 0xABF0E7) is unknown color: approx Pale Turquoise. HEX triplet: AB, F0 and E7. RGB value is (171,240,231). Sum of RGB (Red+Green+Blue) = 171+240+231=642 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.64% from 642); Green value is 240 (94.14% from 255 or 37.38% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 240 - color contains mainly: green. Hex color #ABF0E7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF0E7 is #540F18. Grayscale: #DADADA. Windows color (decimal): -5508889 or 15200427. OLE color: 15200427.

HSL color Cylindrical-coordinate representation of color #ABF0E7: hue angle of 172.17º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF0E7 is Cyan = 0.29, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.06.

Color convert

RGB171240231-
CMYK0.2900.040.06
HSL172.17º69.7%80.59%-
HSV(B)172.17º28.75%94.12%-
XYZ62.3876.7587.13-
YUV218.34135.1494.23-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.64%
GREEN value IS 240 (94.14% from 255) = 37.38%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=26.64%
G=37.38%
B=35.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1712402310.2900.040.06172.1769.780.59
HexABF0E71D046ac4651
Octal25336034735046254106121
Binary1010101111110000111001111110101001101010110010001101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF0E7; }

 p { color: rgb(171,240,231); }

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

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

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

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

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

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

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