Html Css Color HEX #A6F8FF Pale Turquoise

📋 copy color: '#A6F8FF'

red 166 ◦ green 248 ◦ blue 255

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

Shades of Pale Turquoise #A6F8FF

Tints of Pale Turquoise #A6F8FF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.07%

 BLUE value IS 255 (100% from 255) = 38.12%

R = 24.81%
G = 37.07%
B = 38.12%

CMYK

 C value IS 0.35

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6F8FF (or 0xA6F8FF) is known color: Pale Turquoise. HEX triplet: A6, F8 and FF. RGB value is (166,248,255). Sum of RGB (Red+Green+Blue) = 166+248+255=669 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.81% from 669); Green value is 248 (97.27% from 255 or 37.07% from 669); Blue value is 255 (100% from 255 or 38.12% from 669); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6F8FF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F8FF is #590700. Grayscale: #E0E0E0. Windows color (decimal): -5834497 or 16775334. OLE color: 16775334.

HSL color Cylindrical-coordinate representation of color #A6F8FF: hue angle of 184.72º 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 #A6F8FF is Cyan = 0.35, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 248 255 -
CMYK 0.35 0.03 0 0
HSL 184.72º 1% 0.83% -
HSV(B) 184.72º 0.35% 1% -
XYZ 67.34 82.46 106.98 -
YUV 224.28 145.33 86.43 -
System Red Green Blue C M Y K H S L
Decimal 166 248 255 0.35 0.03 0 0 184.72 1 0.83
Hex A6 F8 FF 23 3 0 0 B9 64 53
Octal 246 370 377 43 3 0 0 271 144 123
Binary 10100110 11111000 11111111 100011 11 0 0 10111001 1100100 1010011

Color Harmonies of #A6F8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F8FF

Black with #A6F8FF

Text Example


Text Example

White with #A6F8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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