#ABFAFF

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

Shades of Pale Turquoise #ABFAFF

Tints of Pale Turquoise #ABFAFF

Color information

#ABFAFF (or 0xABFAFF) is unknown color: approx Pale Turquoise. HEX triplet: AB, FA and FF. RGB value is (171,250,255). Sum of RGB (Red+Green+Blue) = 171+250+255=676 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.30% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 255 (100% from 255 or 37.72% from 676); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFAFF is #540500. Grayscale: #E2E2E2. Windows color (decimal): -5506305 or 16775851. OLE color: 16775851.

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

Color convert

RGB171250255-
CMYK0.330.0200
HSL183.57º100%83.53%-
HSV(B)183.57º32.94%100%-
XYZ69.0384.25107.23-
YUV226.95143.8388.09-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.30%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 255 (100% from 255) = 37.72%
R=25.30%
G=36.98%
B=37.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712502550.330.0200183.5710083.53
HexABFAFF21200b86454
Octal25337237741200270144124
Binary10101011111110101111111110000110001011100011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFAFF; }

 p { color: rgb(171,250,255); }

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

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

 a { background-color: rgb(171,250,255); }

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

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

 span { border-color: rgb(171,250,255); }

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