#ABF7EE

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

Shades of Pale Turquoise #ABF7EE

Tints of Pale Turquoise #ABF7EE

Color information

#ABF7EE (or 0xABF7EE) is unknown color: approx Pale Turquoise. HEX triplet: AB, F7 and EE. RGB value is (171,247,238). Sum of RGB (Red+Green+Blue) = 171+247+238=656 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.07% from 656); Green value is 247 (96.88% from 255 or 37.65% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 247 - color contains mainly: green. Hex color #ABF7EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF7EE is #540811. Grayscale: #DFDFDF. Windows color (decimal): -5507090 or 15660971. OLE color: 15660971.

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

Color convert

RGB171247238-
CMYK0.3100.040.03
HSL172.89º82.61%81.96%-
HSV(B)172.89º30.77%96.86%-
XYZ65.4981.3593.14-
YUV223.25136.3290.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.07%
GREEN value IS 247 (96.88% from 255) = 37.65%
BLUE value IS 238 (93.36% from 255) = 36.28%
R=26.07%
G=37.65%
B=36.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1712472380.3100.040.03172.8982.6181.96
HexABF7EE1F043ad5352
Octal25336735637043255123122
Binary101010111111011111101110111110100111010110110100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF7EE; }

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

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

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

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

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

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

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

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