Html Css Color HEX #A6F4ED Pale Turquoise

📋 copy color: '#A6F4ED'

red 166 ◦ green 244 ◦ blue 237

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

Shades of Pale Turquoise #A6F4ED

Tints of Pale Turquoise #A6F4ED

RGB

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

 GREEN value IS 244 (95.7% from 255) = 37.71%

 BLUE value IS 237 (92.97% from 255) = 36.63%

R = 25.66%
G = 37.71%
B = 36.63%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#A6F4ED (or 0xA6F4ED) is known color: Pale Turquoise. HEX triplet: A6, F4 and ED. RGB value is (166,244,237). Sum of RGB (Red+Green+Blue) = 166+244+237=647 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.66% from 647); Green value is 244 (95.70% from 255 or 37.71% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 244 - color contains mainly: green. Hex color #A6F4ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F4ED is #590B12. Grayscale: #DBDBDB. Windows color (decimal): -5835539 or 15594662. OLE color: 15594662.

HSL color Cylindrical-coordinate representation of color #A6F4ED: hue angle of 174.62º degrees, saturation: 0.78, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A6F4ED is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 244 237 -
CMYK 0.32 0 0.03 0.04
HSL 174.62º 0.78% 0.8% -
HSV(B) 174.62º 0.32% 0.96% -
XYZ 63.36 78.92 92.01 -
YUV 219.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 166 244 237 0.32 0 0.03 0.04 174.62 0.78 0.8
Hex A6 F4 ED 20 0 3 4 AF 4E 50
Octal 246 364 355 40 0 3 4 257 116 120
Binary 10100110 11110100 11101101 100000 0 11 100 10101111 1001110 1010000

Color Harmonies of #A6F4ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F4ED

Black with #A6F4ED

Text Example


Text Example

White with #A6F4ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F4ED; }

 p { color: rgb(166,244,237); }

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

background-color css

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

 a { background-color: rgb(166,244,237); }

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

border-color css

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

 span { border-color: rgb(166,244,237); }

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