Html Css Color HEX #A8FDFA Pale Turquoise

📋 copy color: '#A8FDFA'

red 168 ◦ green 253 ◦ blue 250

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

Shades of Pale Turquoise #A8FDFA

Tints of Pale Turquoise #A8FDFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.26%

R = 25.04%
G = 37.7%
B = 37.26%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#A8FDFA (or 0xA8FDFA) is known color: Pale Turquoise. HEX triplet: A8, FD and FA. RGB value is (168,253,250). Sum of RGB (Red+Green+Blue) = 168+253+250=671 (88% of max value = 765). Red value is 168 (66.02% from 255 or 25.04% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 250 (98.05% from 255 or 37.26% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #A8FDFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FDFA is #570205. Grayscale: #E3E3E3. Windows color (decimal): -5702150 or 16448936. OLE color: 16448936.

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

Color convert

RGB 168 253 250 -
CMYK 0.34 0 0.01 0.01
HSL 177.88º 0.96% 0.83% -
HSV(B) 177.88º 0.34% 0.99% -
XYZ 68.53 85.48 103.33 -
YUV 227.24 140.84 85.74 -
System Red Green Blue C M Y K H S L
Decimal 168 253 250 0.34 0 0.01 0.01 177.88 0.96 0.83
Hex A8 FD FA 22 0 1 1 B2 60 53
Octal 250 375 372 42 0 1 1 262 140 123
Binary 10101000 11111101 11111010 100010 0 1 1 10110010 1100000 1010011

Color Harmonies of #A8FDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FDFA

Black with #A8FDFA

Text Example


Text Example

White with #A8FDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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