#A8FDEB

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

Shades of Pale Turquoise #A8FDEB

Tints of Pale Turquoise #A8FDEB

Color information

#A8FDEB (or 0xA8FDEB) is unknown color: approx Pale Turquoise. HEX triplet: A8, FD and EB. RGB value is (168,253,235). Sum of RGB (Red+Green+Blue) = 168+253+235=656 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.61% from 656); Green value is 253 (99.22% from 255 or 38.57% from 656); Blue value is 235 (92.19% from 255 or 35.82% from 656); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDEB is #570214. Grayscale: #E1E1E1. Windows color (decimal): -5702165 or 15465896. OLE color: 15465896.

HSL color Cylindrical-coordinate representation of color #A8FDEB: hue angle of 167.29º degrees, saturation: 0.96, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FDEB is Cyan = 0.34, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.

Color convert

RGB168253235-
CMYK0.3400.070.01
HSL167.29º95.51%82.55%-
HSV(B)167.29º33.6%99.22%-
XYZ66.2784.5791.43-
YUV225.53133.3486.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 25.61%
GREEN value IS 253 (99.22% from 255) = 38.57%
BLUE value IS 235 (92.19% from 255) = 35.82%
R=25.61%
G=38.57%
B=35.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682532350.3400.070.01167.2995.5182.55
HexA8FDEB22071a76053
Octal25037535342071247140123
Binary101010001111110111101011100010011111010011111000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDEB; }

 p { color: rgb(168,253,235); }

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

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

 a { background-color: rgb(168,253,235); }

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

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

 span { border-color: rgb(168,253,235); }

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