#A5F3FE

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

Shades of Pale Turquoise #A5F3FE

Tints of Pale Turquoise #A5F3FE

Color information

#A5F3FE (or 0xA5F3FE) is unknown color: approx Pale Turquoise. HEX triplet: A5, F3 and FE. RGB value is (165,243,254). Sum of RGB (Red+Green+Blue) = 165+243+254=662 (87% of max value = 765). Red value is 165 (64.84% from 255 or 24.92% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #A5F3FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5F3FE is #5A0C01. Grayscale: #DCDCDC. Windows color (decimal): -5901314 or 16708517. OLE color: 16708517.

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

Color convert

RGB165243254-
CMYK0.350.0400.00
HSL187.42º97.8%82.16%-
HSV(B)187.42º35.04%99.61%-
XYZ65.4679.26105.61-
YUV220.93146.6688.11-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.92%
GREEN value IS 243 (95.31% from 255) = 36.71%
BLUE value IS 254 (99.61% from 255) = 38.37%
R=24.92%
G=36.71%
B=38.37%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652432540.350.0400.00187.4297.882.16
HexA5F3FE23400bb6252
Octal24536337643400273142122
Binary101001011111001111111110100011100001011101111000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5F3FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5F3FE; }

 p { color: rgb(165,243,254); }

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

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

 a { background-color: rgb(165,243,254); }

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

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

 span { border-color: rgb(165,243,254); }

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