Html Css Color HEX #A8FFFE Pale Turquoise

📋 copy color: '#A8FFFE'

red 168 ◦ green 255 ◦ blue 254

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

Shades of Pale Turquoise #A8FFFE

Tints of Pale Turquoise #A8FFFE

RGB

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

 GREEN value IS 255 (100% from 255) = 37.67%

 BLUE value IS 254 (99.61% from 255) = 37.52%

R = 24.82%
G = 37.67%
B = 37.52%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#A8FFFE (or 0xA8FFFE) is known color: Pale Turquoise. HEX triplet: A8, FF and FE. RGB value is (168,255,254). Sum of RGB (Red+Green+Blue) = 168+255+254=677 (89% of max value = 765). Red value is 168 (66.02% from 255 or 24.82% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8FFFE is #570001. Grayscale: #E4E4E4. Windows color (decimal): -5701634 or 16711592. OLE color: 16711592.

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

Color convert

RGB 168 255 254 -
CMYK 0.34 0 0.00 0
HSL 179.31º 1% 0.83% -
HSV(B) 179.31º 0.34% 1% -
XYZ 69.8 87 106.88 -
YUV 228.87 142.18 84.58 -
System Red Green Blue C M Y K H S L
Decimal 168 255 254 0.34 0 0.00 0 179.31 1 0.83
Hex A8 FF FE 22 0 0 0 B3 64 53
Octal 250 377 376 42 0 0 0 263 144 123
Binary 10101000 11111111 11111110 100010 0 0 0 10110011 1100100 1010011

Color Harmonies of #A8FFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8FFFE

Black with #A8FFFE

Text Example


Text Example

White with #A8FFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8FFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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