#ABF2EE

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

Shades of Pale Turquoise #ABF2EE

Tints of Pale Turquoise #ABF2EE

Color information

#ABF2EE (or 0xABF2EE) is unknown color: approx Pale Turquoise. HEX triplet: AB, F2 and EE. RGB value is (171,242,238). Sum of RGB (Red+Green+Blue) = 171+242+238=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 242 (94.92% from 255 or 37.17% from 651); Blue value is 238 (93.36% from 255 or 36.56% from 651); Max value from RGB is 242 - color contains mainly: green. Hex color #ABF2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF2EE is #540D11. Grayscale: #DCDCDC. Windows color (decimal): -5508370 or 15659691. OLE color: 15659691.

HSL color Cylindrical-coordinate representation of color #ABF2EE: hue angle of 176.62º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF2EE is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.

Color convert

RGB171242238-
CMYK0.2900.020.05
HSL176.62º73.2%80.98%-
HSV(B)176.62º29.34%94.9%-
XYZ63.9878.3492.64-
YUV220.32137.9892.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.27%
GREEN value IS 242 (94.92% from 255) = 37.17%
BLUE value IS 238 (93.36% from 255) = 36.56%
R=26.27%
G=37.17%
B=36.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712422380.2900.020.05176.6273.280.98
HexABF2EE1D025b14951
Octal25336235635025261111121
Binary101010111111001011101110111010101011011000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF2EE; }

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

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

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

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

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

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

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

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