#ABF6FF

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

Shades of Pale Turquoise #ABF6FF

Tints of Pale Turquoise #ABF6FF

Color information

#ABF6FF (or 0xABF6FF) is unknown color: approx Pale Turquoise. HEX triplet: AB, F6 and FF. RGB value is (171,246,255). Sum of RGB (Red+Green+Blue) = 171+246+255=672 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.45% from 672); Green value is 246 (96.48% from 255 or 36.61% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABF6FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABF6FF is #540900. Grayscale: #E0E0E0. Windows color (decimal): -5507329 or 16774827. OLE color: 16774827.

HSL color Cylindrical-coordinate representation of color #ABF6FF: hue angle of 186.43º 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 #ABF6FF is Cyan = 0.33, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB171246255-
CMYK0.330.0400
HSL186.43º100%83.53%-
HSV(B)186.43º32.94%100%-
XYZ67.881.79106.82-
YUV224.6145.1589.77-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.45%
GREEN value IS 246 (96.48% from 255) = 36.61%
BLUE value IS 255 (100% from 255) = 37.95%
R=25.45%
G=36.61%
B=37.95%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712462550.330.0400186.4310083.53
HexABF6FF21400ba6454
Octal25336637741400272144124
Binary101010111111011011111111100001100001011101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABF6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABF6FF; }

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

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

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

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

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

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

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

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