Html Css Color HEX #A8FAED Pale Turquoise

📋 copy color: '#A8FAED'

red 168 ◦ green 250 ◦ blue 237

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

Shades of Pale Turquoise #A8FAED

Tints of Pale Turquoise #A8FAED

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.17%

 BLUE value IS 237 (92.97% from 255) = 36.18%

R = 25.65%
G = 38.17%
B = 36.18%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.02

RGB Variations

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

Color information

#A8FAED (or 0xA8FAED) is known color: Pale Turquoise. HEX triplet: A8, FA and ED. RGB value is (168,250,237). Sum of RGB (Red+Green+Blue) = 168+250+237=655 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.65% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 250 - color contains mainly: green. Hex color #A8FAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FAED is #570512. Grayscale: #DFDFDF. Windows color (decimal): -5702931 or 15596200. OLE color: 15596200.

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

Color convert

RGB 168 250 237 -
CMYK 0.33 0 0.05 0.02
HSL 170.49º 0.89% 0.82% -
HSV(B) 170.49º 0.33% 0.98% -
XYZ 65.62 82.81 92.65 -
YUV 224 135.33 88.06 -
System Red Green Blue C M Y K H S L
Decimal 168 250 237 0.33 0 0.05 0.02 170.49 0.89 0.82
Hex A8 FA ED 21 0 5 2 AA 59 52
Octal 250 372 355 41 0 5 2 252 131 122
Binary 10101000 11111010 11101101 100001 0 101 10 10101010 1011001 1010010

Color Harmonies of #A8FAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FAED

Black with #A8FAED

Text Example


Text Example

White with #A8FAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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