Html Css Color HEX #A6FAFE Pale Turquoise

📋 copy color: '#A6FAFE'

red 166 ◦ green 250 ◦ blue 254

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

Shades of Pale Turquoise #A6FAFE

Tints of Pale Turquoise #A6FAFE

RGB

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

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

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

R = 24.78%
G = 37.31%
B = 37.91%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6FAFE (or 0xA6FAFE) is known color: Pale Turquoise. HEX triplet: A6, FA and FE. RGB value is (166,250,254). Sum of RGB (Red+Green+Blue) = 166+250+254=670 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.78% from 670); Green value is 250 (98.05% from 255 or 37.31% from 670); Blue value is 254 (99.61% from 255 or 37.91% from 670); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6FAFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FAFE is #590501. Grayscale: #E1E1E1. Windows color (decimal): -5833986 or 16710310. OLE color: 16710310.

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

Color convert

RGB 166 250 254 -
CMYK 0.35 0.02 0 0.00
HSL 182.73º 0.98% 0.82% -
HSV(B) 182.73º 0.35% 1% -
XYZ 67.8 83.63 106.34 -
YUV 225.34 144.17 85.67 -
System Red Green Blue C M Y K H S L
Decimal 166 250 254 0.35 0.02 0 0.00 182.73 0.98 0.82
Hex A6 FA FE 23 2 0 0 B7 62 52
Octal 246 372 376 43 2 0 0 267 142 122
Binary 10100110 11111010 11111110 100011 10 0 0 10110111 1100010 1010010

Color Harmonies of #A6FAFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FAFE

Black with #A6FAFE

Text Example


Text Example

White with #A6FAFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FAFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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