Html Css Color HEX #A6FCFF Pale Turquoise

📋 copy color: '#A6FCFF'

red 166 ◦ green 252 ◦ blue 255

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

Shades of Pale Turquoise #A6FCFF

Tints of Pale Turquoise #A6FCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 37.44%

 BLUE value IS 255 (100% from 255) = 37.89%

R = 24.67%
G = 37.44%
B = 37.89%

CMYK

 C value IS 0.35

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#A6FCFF (or 0xA6FCFF) is known color: Pale Turquoise. HEX triplet: A6, FC and FF. RGB value is (166,252,255). Sum of RGB (Red+Green+Blue) = 166+252+255=673 (89% of max value = 765). Red value is 166 (65.23% from 255 or 24.67% from 673); Green value is 252 (98.83% from 255 or 37.44% from 673); Blue value is 255 (100% from 255 or 37.89% from 673); Max value from RGB is 255 - color contains mainly: blue. Hex color #A6FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FCFF is #590300. Grayscale: #E2E2E2. Windows color (decimal): -5833473 or 16776358. OLE color: 16776358.

HSL color Cylindrical-coordinate representation of color #A6FCFF: hue angle of 182.02º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FCFF is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 166 252 255 -
CMYK 0.35 0.01 0 0
HSL 182.02º 1% 0.83% -
HSV(B) 182.02º 0.35% 1% -
XYZ 68.59 84.95 107.39 -
YUV 226.63 144.01 84.76 -
System Red Green Blue C M Y K H S L
Decimal 166 252 255 0.35 0.01 0 0 182.02 1 0.83
Hex A6 FC FF 23 1 0 0 B6 64 53
Octal 246 374 377 43 1 0 0 266 144 123
Binary 10100110 11111100 11111111 100011 1 0 0 10110110 1100100 1010011

Color Harmonies of #A6FCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FCFF

Black with #A6FCFF

Text Example


Text Example

White with #A6FCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FCFF; }

 p { color: rgb(166,252,255); }

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

background-color css

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

 a { background-color: rgb(166,252,255); }

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

border-color css

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

 span { border-color: rgb(166,252,255); }

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