Html Css Color HEX #A6FFFE Pale Turquoise

📋 copy color: '#A6FFFE'

red 166 ◦ green 255 ◦ blue 254

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

Shades of Pale Turquoise #A6FFFE

Tints of Pale Turquoise #A6FFFE

RGB

 RED value IS 166 (65.23% from 255) = 24.59%

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

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

R = 24.59%
G = 37.78%
B = 37.63%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.00

 K value IS 0

RGB Variations

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

Color information

#A6FFFE (or 0xA6FFFE) is known color: Pale Turquoise. HEX triplet: A6, FF and FE. RGB value is (166,255,254). Sum of RGB (Red+Green+Blue) = 166+255+254=675 (89% of max value = 765). Red value is 166 (65.23% from 255 or 24.59% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFFE is #590001. Grayscale: #E4E4E4. Windows color (decimal): -5832706 or 16711590. OLE color: 16711590.

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

Color convert

RGB 166 255 254 -
CMYK 0.35 0 0.00 0
HSL 179.33º 1% 0.83% -
HSV(B) 179.33º 0.35% 1% -
XYZ 69.38 86.78 106.86 -
YUV 228.28 142.51 83.58 -
System Red Green Blue C M Y K H S L
Decimal 166 255 254 0.35 0 0.00 0 179.33 1 0.83
Hex A6 FF FE 23 0 0 0 B3 64 53
Octal 246 377 376 43 0 0 0 263 144 123
Binary 10100110 11111111 11111110 100011 0 0 0 10110011 1100100 1010011

Color Harmonies of #A6FFFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FFFE

Black with #A6FFFE

Text Example


Text Example

White with #A6FFFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FFFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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