#A4FBFE

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

Shades of Pale Turquoise #A4FBFE

Tints of Pale Turquoise #A4FBFE

Color information

#A4FBFE (or 0xA4FBFE) is unknown color: approx Pale Turquoise. HEX triplet: A4, FB and FE. RGB value is (164,251,254). Sum of RGB (Red+Green+Blue) = 164+251+254=669 (88% of max value = 765). Red value is 164 (64.45% from 255 or 24.51% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #A4FBFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A4FBFE is #5B0401. Grayscale: #E1E1E1. Windows color (decimal): -5964802 or 16710564. OLE color: 16710564.

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

Color convert

RGB164251254-
CMYK0.350.0100.00
HSL182º97.83%81.96%-
HSV(B)182º35.43%99.61%-
XYZ67.784.04106.42-
YUV225.33144.1884.26-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 24.51%
GREEN value IS 251 (98.44% from 255) = 37.52%
BLUE value IS 254 (99.61% from 255) = 37.97%
R=24.51%
G=37.52%
B=37.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1642512540.350.0100.0018297.8381.96
HexA4FBFE23100b66252
Octal24437337643100266142122
Binary1010010011111011111111101000111001011011011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A4FBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A4FBFE; }

 p { color: rgb(164,251,254); }

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

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

 a { background-color: rgb(164,251,254); }

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

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

 span { border-color: rgb(164,251,254); }

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