#ABF1F3

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

Shades of Pale Turquoise #ABF1F3

Tints of Pale Turquoise #ABF1F3

Color information

#ABF1F3 (or 0xABF1F3) is unknown color: approx Pale Turquoise. HEX triplet: AB, F1 and F3. RGB value is (171,241,243). Sum of RGB (Red+Green+Blue) = 171+241+243=655 (86% of max value = 765). Red value is 171 (67.19% from 255 or 26.11% from 655); Green value is 241 (94.53% from 255 or 36.79% from 655); Blue value is 243 (95.31% from 255 or 37.10% from 655); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABF1F3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1F3 is #540E0C. Grayscale: #DCDCDC. Windows color (decimal): -5508621 or 15987115. OLE color: 15987115.

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

Color convert

RGB171241243-
CMYK0.300.0100.05
HSL181.67º75%81.18%-
HSV(B)181.67º29.63%95.29%-
XYZ64.4378.0496.46-
YUV220.3140.8192.84-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 26.11%
GREEN value IS 241 (94.53% from 255) = 36.79%
BLUE value IS 243 (95.31% from 255) = 37.10%
R=26.11%
G=36.79%
B=37.10%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1712412430.300.0100.05181.677581.18
HexABF1F31E105b64b51
Octal25336136336105266113121
Binary10101011111100011111001111110101011011011010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1F3; }

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

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

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

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

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

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

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

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