#A5FEFB

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

Shades of Pale Turquoise #A5FEFB

Tints of Pale Turquoise #A5FEFB

Color information

#A5FEFB (or 0xA5FEFB) is unknown color: approx Pale Turquoise. HEX triplet: A5, FE and FB. RGB value is (165,254,251). Sum of RGB (Red+Green+Blue) = 165+254+251=670 (88% of max value = 765). Red value is 165 (64.84% from 255 or 24.63% from 670); Green value is 254 (99.61% from 255 or 37.91% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 254 - color contains mainly: green. Hex color #A5FEFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FEFB is #5A0104. Grayscale: #E2E2E2. Windows color (decimal): -5898501 or 16514725. OLE color: 16514725.

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

Color convert

RGB165254251-
CMYK0.3500.010.00
HSL177.98º97.8%82.16%-
HSV(B)177.98º35.04%99.61%-
XYZ68.3785.85104.23-
YUV227.05141.5183.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 24.63%
GREEN value IS 254 (99.61% from 255) = 37.91%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=24.63%
G=37.91%
B=37.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1652542510.3500.010.00177.9897.882.16
HexA5FEFB23010b26252
Octal24537637343010262142122
Binary1010010111111110111110111000110101011001011000101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FEFB; }

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

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

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

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

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

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

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

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