Html Css Color HEX #A6EEE6 Pale Turquoise

📋 copy color: '#A6EEE6'

red 166 ◦ green 238 ◦ blue 230

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

Shades of Pale Turquoise #A6EEE6

Tints of Pale Turquoise #A6EEE6

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.54%

 BLUE value IS 230 (90.23% from 255) = 36.28%

R = 26.18%
G = 37.54%
B = 36.28%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.07

RGB Variations

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

Color information

#A6EEE6 (or 0xA6EEE6) is known color: Pale Turquoise. HEX triplet: A6, EE and E6. RGB value is (166,238,230). Sum of RGB (Red+Green+Blue) = 166+238+230=634 (83% of max value = 765). Red value is 166 (65.23% from 255 or 26.18% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 230 (90.23% from 255 or 36.28% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EEE6 is #591119. Grayscale: #D7D7D7. Windows color (decimal): -5837082 or 15134374. OLE color: 15134374.

HSL color Cylindrical-coordinate representation of color #A6EEE6: hue angle of 173.33º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EEE6 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB 166 238 230 -
CMYK 0.30 0 0.03 0.07
HSL 173.33º 0.68% 0.79% -
HSV(B) 173.33º 0.3% 0.93% -
XYZ 60.58 74.97 86.14 -
YUV 215.56 136.15 92.65 -
System Red Green Blue C M Y K H S L
Decimal 166 238 230 0.30 0 0.03 0.07 173.33 0.68 0.79
Hex A6 EE E6 1E 0 3 7 AD 44 4F
Octal 246 356 346 36 0 3 7 255 104 117
Binary 10100110 11101110 11100110 11110 0 11 111 10101101 1000100 1001111

Color Harmonies of #A6EEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EEE6

Black with #A6EEE6

Text Example


Text Example

White with #A6EEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EEE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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