Html Css Color HEX #A6EEF5 Pale Turquoise

📋 copy color: '#A6EEF5'

red 166 ◦ green 238 ◦ blue 245

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

Shades of Pale Turquoise #A6EEF5

Tints of Pale Turquoise #A6EEF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 37.75%

R = 25.58%
G = 36.67%
B = 37.75%

CMYK

 C value IS 0.32

 M value IS 0.03

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A6EEF5 (or 0xA6EEF5) is known color: Pale Turquoise. HEX triplet: A6, EE and F5. RGB value is (166,238,245). Sum of RGB (Red+Green+Blue) = 166+238+245=649 (85% of max value = 765). Red value is 166 (65.23% from 255 or 25.58% from 649); Green value is 238 (93.36% from 255 or 36.67% from 649); Blue value is 245 (96.09% from 255 or 37.75% from 649); Max value from RGB is 245 - color contains mainly: blue. Hex color #A6EEF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EEF5 is #59110A. Grayscale: #D9D9D9. Windows color (decimal): -5837067 or 16117414. OLE color: 16117414.

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

Color convert

RGB 166 238 245 -
CMYK 0.32 0.03 0 0.04
HSL 185.32º 0.8% 0.81% -
HSV(B) 185.32º 0.32% 0.96% -
XYZ 62.78 75.85 97.72 -
YUV 217.27 143.65 91.43 -
System Red Green Blue C M Y K H S L
Decimal 166 238 245 0.32 0.03 0 0.04 185.32 0.8 0.81
Hex A6 EE F5 20 3 0 4 B9 50 51
Octal 246 356 365 40 3 0 4 271 120 121
Binary 10100110 11101110 11110101 100000 11 0 100 10111001 1010000 1010001

Color Harmonies of #A6EEF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EEF5

Black with #A6EEF5

Text Example


Text Example

White with #A6EEF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EEF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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