Html Css Color HEX #A6F6FA Pale Turquoise

📋 copy color: '#A6F6FA'

red 166 ◦ green 246 ◦ blue 250

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

Shades of Pale Turquoise #A6F6FA

Tints of Pale Turquoise #A6F6FA

RGB

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

 GREEN value IS 246 (96.48% from 255) = 37.16%

 BLUE value IS 250 (98.05% from 255) = 37.76%

R = 25.08%
G = 37.16%
B = 37.76%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A6F6FA (or 0xA6F6FA) is known color: Pale Turquoise. HEX triplet: A6, F6 and FA. RGB value is (166,246,250). Sum of RGB (Red+Green+Blue) = 166+246+250=662 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.08% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 250 (98.05% from 255 or 37.76% from 662); Max value from RGB is 250 - color contains mainly: blue. Hex color #A6F6FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F6FA is #590905. Grayscale: #DEDEDE. Windows color (decimal): -5835014 or 16447142. OLE color: 16447142.

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

Color convert

RGB 166 246 250 -
CMYK 0.34 0.02 0 0.02
HSL 182.86º 0.89% 0.82% -
HSV(B) 182.86º 0.34% 0.98% -
XYZ 65.94 80.92 102.59 -
YUV 222.54 143.5 87.67 -
System Red Green Blue C M Y K H S L
Decimal 166 246 250 0.34 0.02 0 0.02 182.86 0.89 0.82
Hex A6 F6 FA 22 2 0 2 B7 59 52
Octal 246 366 372 42 2 0 2 267 131 122
Binary 10100110 11110110 11111010 100010 10 0 10 10110111 1011001 1010010

Color Harmonies of #A6F6FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F6FA

Black with #A6F6FA

Text Example


Text Example

White with #A6F6FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F6FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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