Html Css Color HEX #A8FEED Pale Turquoise

📋 copy color: '#A8FEED'

red 168 ◦ green 254 ◦ blue 237

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

Shades of Pale Turquoise #A8FEED

Tints of Pale Turquoise #A8FEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.54%

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

R = 25.49%
G = 38.54%
B = 35.96%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#A8FEED (or 0xA8FEED) is known color: Pale Turquoise. HEX triplet: A8, FE and ED. RGB value is (168,254,237). Sum of RGB (Red+Green+Blue) = 168+254+237=659 (87% of max value = 765). Red value is 168 (66.02% from 255 or 25.49% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 237 (92.97% from 255 or 35.96% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #A8FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FEED is #570112. Grayscale: #E2E2E2. Windows color (decimal): -5701907 or 15597224. OLE color: 15597224.

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

Color convert

RGB 168 254 237 -
CMYK 0.34 0 0.07 0.00
HSL 168.14º 0.98% 0.83% -
HSV(B) 168.14º 0.34% 1% -
XYZ 66.88 85.32 93.06 -
YUV 226.35 134.01 86.38 -
System Red Green Blue C M Y K H S L
Decimal 168 254 237 0.34 0 0.07 0.00 168.14 0.98 0.83
Hex A8 FE ED 22 0 7 0 A8 62 53
Octal 250 376 355 42 0 7 0 250 142 123
Binary 10101000 11111110 11101101 100010 0 111 0 10101000 1100010 1010011

Color Harmonies of #A8FEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FEED

Black with #A8FEED

Text Example


Text Example

White with #A8FEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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