#ABF1FE

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

Shades of Pale Turquoise #ABF1FE

Tints of Pale Turquoise #ABF1FE

Color information

#ABF1FE (or 0xABF1FE) is unknown color: approx Pale Turquoise. HEX triplet: AB, F1 and FE. RGB value is (171,241,254). Sum of RGB (Red+Green+Blue) = 171+241+254=666 (88% of max value = 765). Red value is 171 (67.19% from 255 or 25.68% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 254 (99.61% from 255 or 38.14% from 666); Max value from RGB is 254 - color contains mainly: blue. Hex color #ABF1FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF1FE is #540E01. Grayscale: #DDDDDD. Windows color (decimal): -5508610 or 16708011. OLE color: 16708011.

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

Color convert

RGB171241254-
CMYK0.330.0500.00
HSL189.4º97.65%83.33%-
HSV(B)189.4º32.68%99.61%-
XYZ66.1478.72105.48-
YUV221.55146.3191.94-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.68%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 254 (99.61% from 255) = 38.14%
R=25.68%
G=36.19%
B=38.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1712412540.330.0500.00189.497.6583.33
HexABF1FE21500bd6253
Octal25336137641500275142123
Binary101010111111000111111110100001101001011110111000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF1FE; }

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

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

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

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

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

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

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

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