#A8FDFD

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

Shades of Pale Turquoise #A8FDFD

Tints of Pale Turquoise #A8FDFD

Color information

#A8FDFD (or 0xA8FDFD) is unknown color: approx Pale Turquoise. HEX triplet: A8, FD and FD. RGB value is (168,253,253). Sum of RGB (Red+Green+Blue) = 168+253+253=674 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.93% from 674); Green value is 253 (99.22% from 255 or 37.54% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 253 - color contains mainly: green, blue. Hex color #A8FDFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDFD is #570202. Grayscale: #E3E3E3. Windows color (decimal): -5702147 or 16645544. OLE color: 16645544.

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

Color convert

RGB168253253-
CMYK0.34000.01
HSL180º95.51%82.55%-
HSV(B)180º33.6%99.22%-
XYZ6985.67105.83-
YUV227.58142.3485.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 24.93%
GREEN value IS 253 (99.22% from 255) = 37.54%
BLUE value IS 253 (99.22% from 255) = 37.54%
R=24.93%
G=37.54%
B=37.54%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1682532530.34000.0118095.5182.55
HexA8FDFD22001b46053
Octal25037537542001264140123
Binary1010100011111101111111011000100011011010011000001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8FDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8FDFD; }

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

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

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

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

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

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

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

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