#ABFCED

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

Shades of Pale Turquoise #ABFCED

Tints of Pale Turquoise #ABFCED

Color information

#ABFCED (or 0xABFCED) is unknown color: approx Pale Turquoise. HEX triplet: AB, FC and ED. RGB value is (171,252,237). Sum of RGB (Red+Green+Blue) = 171+252+237=660 (87% of max value = 765). Red value is 171 (67.19% from 255 or 25.91% from 660); Green value is 252 (98.83% from 255 or 38.18% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 252 - color contains mainly: green. Hex color #ABFCED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCED is #540312. Grayscale: #E2E2E2. Windows color (decimal): -5505811 or 15596715. OLE color: 15596715.

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

Color convert

RGB171252237-
CMYK0.3200.060.01
HSL168.89º93.1%82.94%-
HSV(B)168.89º32.14%98.82%-
XYZ66.8984.3992.88-
YUV226.07134.1688.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.91%
GREEN value IS 252 (98.83% from 255) = 38.18%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=25.91%
G=38.18%
B=35.91%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1712522370.3200.060.01168.8993.182.94
HexABFCED20061a95d53
Octal25337435540061251135123
Binary101010111111110011101101100000011011010100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCED; }

 p { color: rgb(171,252,237); }

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

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

 a { background-color: rgb(171,252,237); }

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

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

 span { border-color: rgb(171,252,237); }

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