#ABFFEE

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

Shades of Pale Turquoise #ABFFEE

Tints of Pale Turquoise #ABFFEE

Color information

#ABFFEE (or 0xABFFEE) is unknown color: approx Pale Turquoise. HEX triplet: AB, FF and EE. RGB value is (171,255,238). Sum of RGB (Red+Green+Blue) = 171+255+238=664 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.75% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 238 (93.36% from 255 or 35.84% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #ABFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFFEE is #540011. Grayscale: #E3E3E3. Windows color (decimal): -5505042 or 15663019. OLE color: 15663019.

HSL color Cylindrical-coordinate representation of color #ABFFEE: hue angle of 167.86º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ABFFEE is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB171255238-
CMYK0.3300.070
HSL167.86º100%83.53%-
HSV(B)167.86º32.94%100%-
XYZ67.9986.3593.97-
YUV227.95133.6787.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.75%
GREEN value IS 255 (100% from 255) = 38.40%
BLUE value IS 238 (93.36% from 255) = 35.84%
R=25.75%
G=38.40%
B=35.84%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712552380.3300.070167.8610083.53
HexABFFEE21070a86454
Octal25337735641070250144124
Binary101010111111111111101110100001011101010100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFFEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFFEE; }

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

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

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

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

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

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

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

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