#ABFCFF

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

Shades of Pale Turquoise #ABFCFF

Tints of Pale Turquoise #ABFCFF

Color information

#ABFCFF (or 0xABFCFF) is unknown color: approx Pale Turquoise. HEX triplet: AB, FC and FF. RGB value is (171,252,255). Sum of RGB (Red+Green+Blue) = 171+252+255=678 (89% of max value = 765). Red value is 171 (67.19% from 255 or 25.22% from 678); Green value is 252 (98.83% from 255 or 37.17% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #ABFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #ABFCFF is #540300. Grayscale: #E4E4E4. Windows color (decimal): -5505793 or 16776363. OLE color: 16776363.

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

Color convert

RGB171252255-
CMYK0.330.0100
HSL182.14º100%83.53%-
HSV(B)182.14º32.94%100%-
XYZ69.6585.5107.44-
YUV228.12143.1687.26-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 25.22%
GREEN value IS 252 (98.83% from 255) = 37.17%
BLUE value IS 255 (100% from 255) = 37.61%
R=25.22%
G=37.17%
B=37.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1712522550.330.0100182.1410083.53
HexABFCFF21100b66454
Octal25337437741100266144124
Binary1010101111111100111111111000011001011011011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABFCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABFCFF; }

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

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

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

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

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

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

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

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