Html Css Color HEX #A6F9EE Pale Turquoise

📋 copy color: '#A6F9EE'

red 166 ◦ green 249 ◦ blue 238

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

Shades of Pale Turquoise #A6F9EE

Tints of Pale Turquoise #A6F9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.13%

 BLUE value IS 238 (93.36% from 255) = 36.45%

R = 25.42%
G = 38.13%
B = 36.45%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#A6F9EE (or 0xA6F9EE) is known color: Pale Turquoise. HEX triplet: A6, F9 and EE. RGB value is (166,249,238). Sum of RGB (Red+Green+Blue) = 166+249+238=653 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.42% from 653); Green value is 249 (97.66% from 255 or 38.13% from 653); Blue value is 238 (93.36% from 255 or 36.45% from 653); Max value from RGB is 249 - color contains mainly: green. Hex color #A6F9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F9EE is #590611. Grayscale: #DEDEDE. Windows color (decimal): -5834258 or 15661478. OLE color: 15661478.

HSL color Cylindrical-coordinate representation of color #A6F9EE: hue angle of 172.05º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A6F9EE is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 249 238 -
CMYK 0.33 0 0.04 0.02
HSL 172.05º 0.87% 0.81% -
HSV(B) 172.05º 0.33% 0.98% -
XYZ 65.03 82.03 93.29 -
YUV 222.93 136.5 87.39 -
System Red Green Blue C M Y K H S L
Decimal 166 249 238 0.33 0 0.04 0.02 172.05 0.87 0.81
Hex A6 F9 EE 21 0 4 2 AC 57 51
Octal 246 371 356 41 0 4 2 254 127 121
Binary 10100110 11111001 11101110 100001 0 100 10 10101100 1010111 1010001

Color Harmonies of #A6F9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F9EE

Black with #A6F9EE

Text Example


Text Example

White with #A6F9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F9EE; }

 p { color: rgb(166,249,238); }

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

background-color css

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

 a { background-color: rgb(166,249,238); }

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

border-color css

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

 span { border-color: rgb(166,249,238); }

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