Html Css Color HEX #A6EDF2 Pale Turquoise

📋 copy color: '#A6EDF2'

red 166 ◦ green 237 ◦ blue 242

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

Shades of Pale Turquoise #A6EDF2

Tints of Pale Turquoise #A6EDF2

RGB

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

 GREEN value IS 237 (92.97% from 255) = 36.74%

 BLUE value IS 242 (94.92% from 255) = 37.52%

R = 25.74%
G = 36.74%
B = 37.52%

CMYK

 C value IS 0.31

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#A6EDF2 (or 0xA6EDF2) is known color: Pale Turquoise. HEX triplet: A6, ED and F2. RGB value is (166,237,242). Sum of RGB (Red+Green+Blue) = 166+237+242=645 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.74% from 645); Green value is 237 (92.97% from 255 or 36.74% from 645); Blue value is 242 (94.92% from 255 or 37.52% from 645); Max value from RGB is 242 - color contains mainly: blue. Hex color #A6EDF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EDF2 is #59120D. Grayscale: #D8D8D8. Windows color (decimal): -5837326 or 15920550. OLE color: 15920550.

HSL color Cylindrical-coordinate representation of color #A6EDF2: hue angle of 183.95º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EDF2 is Cyan = 0.31, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 166 237 242 -
CMYK 0.31 0.02 0 0.05
HSL 183.95º 0.75% 0.8% -
HSV(B) 183.95º 0.31% 0.95% -
XYZ 62.04 75.09 95.23 -
YUV 216.34 142.48 92.09 -
System Red Green Blue C M Y K H S L
Decimal 166 237 242 0.31 0.02 0 0.05 183.95 0.75 0.8
Hex A6 ED F2 1F 2 0 5 B8 4B 50
Octal 246 355 362 37 2 0 5 270 113 120
Binary 10100110 11101101 11110010 11111 10 0 101 10111000 1001011 1010000

Color Harmonies of #A6EDF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EDF2

Black with #A6EDF2

Text Example


Text Example

White with #A6EDF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EDF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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