#ABF3ED

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

Shades of Pale Turquoise #ABF3ED

Tints of Pale Turquoise #ABF3ED

Color information

#ABF3ED (or 0xABF3ED) is unknown color: approx Pale Turquoise. HEX triplet: AB, F3 and ED. RGB value is (171,243,237). Sum of RGB (Red+Green+Blue) = 171+243+237=651 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.27% from 651); Green value is 243 (95.31% from 255 or 37.33% from 651); Blue value is 237 (92.97% from 255 or 36.41% from 651); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF3ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF3ED is #540C12. Grayscale: #DCDCDC. Windows color (decimal): -5508115 or 15594411. OLE color: 15594411.

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

Color convert

RGB171243237-
CMYK0.3000.020.05
HSL175º75%81.18%-
HSV(B)175º29.63%95.29%-
XYZ64.1378.8791.96-
YUV220.79137.1592.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.27%
GREEN value IS 243 (95.31% from 255) = 37.33%
BLUE value IS 237 (92.97% from 255) = 36.41%
R=26.27%
G=37.33%
B=36.41%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712432370.3000.020.051757581.18
HexABF3ED1E025af4b51
Octal25336335536025257113121
Binary101010111111001111101101111100101011010111110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF3ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF3ED; }

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

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

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

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

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

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

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

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