#A5F9FA

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

Shades of Pale Turquoise #A5F9FA

Tints of Pale Turquoise #A5F9FA

Color information

#A5F9FA (or 0xA5F9FA) is unknown color: approx Pale Turquoise. HEX triplet: A5, F9 and FA. RGB value is (165,249,250). Sum of RGB (Red+Green+Blue) = 165+249+250=664 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.85% from 664); Green value is 249 (97.66% from 255 or 37.5% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #A5F9FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F9FA is #5A0605. Grayscale: #DFDFDF. Windows color (decimal): -5899782 or 16447909. OLE color: 16447909.

HSL color Cylindrical-coordinate representation of color #A5F9FA: hue angle of 180.71º degrees, saturation: 0.89, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A5F9FA is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB165249250-
CMYK0.340.0000.02
HSL180.71º89.47%81.37%-
HSV(B)180.71º34%98.04%-
XYZ66.6582.65102.88-
YUV224142.6785.92-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.85%
GREEN value IS 249 (97.66% from 255) = 37.5%
BLUE value IS 250 (98.05% from 255) = 37.65%
R=24.85%
G=37.5%
B=37.65%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652492500.340.0000.02180.7189.4781.37
HexA5F9FA22002b55951
Octal24537137242002265131121
Binary10100101111110011111101010001000101011010110110011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F9FA; }

 p { color: rgb(165,249,250); }

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

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

 a { background-color: rgb(165,249,250); }

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

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

 span { border-color: rgb(165,249,250); }

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