Html Css Color HEX #A8FDF9 Pale Turquoise

📋 copy color: '#A8FDF9'

red 168 ◦ green 253 ◦ blue 249

#A8FDF9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pale Turquoise #A8FDF9

Tints of Pale Turquoise #A8FDF9

RGB

 RED value IS 168 (66.02% from 255) = 25.07%

 GREEN value IS 253 (99.22% from 255) = 37.76%

 BLUE value IS 249 (97.66% from 255) = 37.16%

R = 25.07%
G = 37.76%
B = 37.16%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.02

 K value IS 0.01

RGB Variations

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

Color information

#A8FDF9 (or 0xA8FDF9) is known color: Pale Turquoise. HEX triplet: A8, FD and F9. RGB value is (168,253,249). Sum of RGB (Red+Green+Blue) = 168+253+249=670 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.07% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDF9 is #570206. Grayscale: #E3E3E3. Windows color (decimal): -5702151 or 16383400. OLE color: 16383400.

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

Color convert

RGB 168 253 249 -
CMYK 0.34 0 0.02 0.01
HSL 177.18º 0.96% 0.83% -
HSV(B) 177.18º 0.34% 0.99% -
XYZ 68.37 85.41 102.51 -
YUV 227.13 140.34 85.83 -
System Red Green Blue C M Y K H S L
Decimal 168 253 249 0.34 0 0.02 0.01 177.18 0.96 0.83
Hex A8 FD F9 22 0 2 1 B1 60 53
Octal 250 375 371 42 0 2 1 261 140 123
Binary 10101000 11111101 11111001 100010 0 10 1 10110001 1100000 1010011

Color Harmonies of #A8FDF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FDF9

Black with #A8FDF9

Text Example


Text Example

White with #A8FDF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FDF9; }

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

 H1.HeaderClassName
 {
   color: #A8FDF9;
 }
 .AnyTagClassName
 {
   color: #A8FDF9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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