Html Css Color HEX #A6EFF5 Pale Turquoise

📋 copy color: '#A6EFF5'

red 166 ◦ green 239 ◦ blue 245

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

Shades of Pale Turquoise #A6EFF5

Tints of Pale Turquoise #A6EFF5

RGB

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

 GREEN value IS 239 (93.75% from 255) = 36.77%

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

R = 25.54%
G = 36.77%
B = 37.69%

CMYK

 C value IS 0.32

 M value IS 0.02

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#A6EFF5 (or 0xA6EFF5) is known color: Pale Turquoise. HEX triplet: A6, EF and F5. RGB value is (166,239,245). Sum of RGB (Red+Green+Blue) = 166+239+245=650 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.54% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 245 (96.09% from 255 or 37.69% from 650); Max value from RGB is 245 - color contains mainly: blue. Hex color #A6EFF5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6EFF5 is #59100A. Grayscale: #D9D9D9. Windows color (decimal): -5836811 or 16117670. OLE color: 16117670.

HSL color Cylindrical-coordinate representation of color #A6EFF5: hue angle of 184.56º 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 #A6EFF5 is Cyan = 0.32, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 166 239 245 -
CMYK 0.32 0.02 0 0.04
HSL 184.56º 0.8% 0.81% -
HSV(B) 184.56º 0.32% 0.96% -
XYZ 63.07 76.43 97.81 -
YUV 217.86 143.32 91.01 -
System Red Green Blue C M Y K H S L
Decimal 166 239 245 0.32 0.02 0 0.04 184.56 0.8 0.81
Hex A6 EF F5 20 2 0 4 B9 50 51
Octal 246 357 365 40 2 0 4 271 120 121
Binary 10100110 11101111 11110101 100000 10 0 100 10111001 1010000 1010001

Color Harmonies of #A6EFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6EFF5

Black with #A6EFF5

Text Example


Text Example

White with #A6EFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6EFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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