#ABF3EB

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

Shades of Pale Turquoise #ABF3EB

Tints of Pale Turquoise #ABF3EB

Color information

#ABF3EB (or 0xABF3EB) is unknown color: approx Pale Turquoise. HEX triplet: AB, F3 and EB. RGB value is (171,243,235). Sum of RGB (Red+Green+Blue) = 171+243+235=649 (85% of max value = 765). Red value is 171 (67.19% from 255 or 26.35% from 649); Green value is 243 (95.31% from 255 or 37.44% from 649); Blue value is 235 (92.19% from 255 or 36.21% from 649); Max value from RGB is 243 - color contains mainly: green. Hex color #ABF3EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF3EB is #540C14. Grayscale: #DCDCDC. Windows color (decimal): -5508117 or 15463339. OLE color: 15463339.

HSL color Cylindrical-coordinate representation of color #ABF3EB: hue angle of 173.33º 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 #ABF3EB is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB171243235-
CMYK0.3000.030.05
HSL173.33º75%81.18%-
HSV(B)173.33º29.63%95.29%-
XYZ63.8478.7690.43-
YUV220.56136.1592.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.35%
GREEN value IS 243 (95.31% from 255) = 37.44%
BLUE value IS 235 (92.19% from 255) = 36.21%
R=26.35%
G=37.44%
B=36.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712432350.3000.030.05173.337581.18
HexABF3EB1E035ad4b51
Octal25336335336035255113121
Binary101010111111001111101011111100111011010110110010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF3EB; }

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

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

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

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

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

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

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

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