#A5FBEF

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

Shades of Pale Turquoise #A5FBEF

Tints of Pale Turquoise #A5FBEF

Color information

#A5FBEF (or 0xA5FBEF) is unknown color: approx Pale Turquoise. HEX triplet: A5, FB and EF. RGB value is (165,251,239). Sum of RGB (Red+Green+Blue) = 165+251+239=655 (86% of max value = 765). Red value is 165 (64.84% from 255 or 25.19% from 655); Green value is 251 (98.44% from 255 or 38.32% from 655); Blue value is 239 (93.75% from 255 or 36.49% from 655); Max value from RGB is 251 - color contains mainly: green. Hex color #A5FBEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A5FBEF is #5A0410. Grayscale: #DFDFDF. Windows color (decimal): -5899281 or 15727525. OLE color: 15727525.

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

Color convert

RGB165251239-
CMYK0.3400.050.02
HSL171.63º91.49%81.57%-
HSV(B)171.63º34.26%98.43%-
XYZ65.5983.2394.27-
YUV223.92136.5185.98-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 25.19%
GREEN value IS 251 (98.44% from 255) = 38.32%
BLUE value IS 239 (93.75% from 255) = 36.49%
R=25.19%
G=38.32%
B=36.49%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1652512390.3400.050.02171.6391.4981.57
HexA5FBEF22052ac5b52
Octal24537335742052254133122
Binary1010010111111011111011111000100101101010110010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5FBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5FBEF; }

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

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

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

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

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

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

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

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