Html Css Color HEX #A6EDF0 Pale Turquoise

📋 copy color: '#A6EDF0'

red 166 ◦ green 237 ◦ blue 240

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

Shades of Pale Turquoise #A6EDF0

Tints of Pale Turquoise #A6EDF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 37.33%

R = 25.82%
G = 36.86%
B = 37.33%

CMYK

 C value IS 0.31

 M value IS 0.01

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#A6EDF0 (or 0xA6EDF0) is known color: Pale Turquoise. HEX triplet: A6, ED and F0. RGB value is (166,237,240). Sum of RGB (Red+Green+Blue) = 166+237+240=643 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.82% from 643); Green value is 237 (92.97% from 255 or 36.86% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 240 - color contains mainly: blue. Hex color #A6EDF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EDF0 is #59120F. Grayscale: #D8D8D8. Windows color (decimal): -5837328 or 15789478. OLE color: 15789478.

HSL color Cylindrical-coordinate representation of color #A6EDF0: hue angle of 182.43º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6EDF0 is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 166 237 240 -
CMYK 0.31 0.01 0 0.06
HSL 182.43º 0.71% 0.8% -
HSV(B) 182.43º 0.31% 0.94% -
XYZ 61.74 74.97 93.65 -
YUV 216.11 141.48 92.26 -
System Red Green Blue C M Y K H S L
Decimal 166 237 240 0.31 0.01 0 0.06 182.43 0.71 0.8
Hex A6 ED F0 1F 1 0 6 B6 47 50
Octal 246 355 360 37 1 0 6 266 107 120
Binary 10100110 11101101 11110000 11111 1 0 110 10110110 1000111 1010000

Color Harmonies of #A6EDF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EDF0

Black with #A6EDF0

Text Example


Text Example

White with #A6EDF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EDF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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