Html Css Color HEX #A6FCF0 Pale Turquoise

📋 copy color: '#A6FCF0'

red 166 ◦ green 252 ◦ blue 240

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

Shades of Pale Turquoise #A6FCF0

Tints of Pale Turquoise #A6FCF0

RGB

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

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

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

R = 25.23%
G = 38.3%
B = 36.47%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.05

 K value IS 0.01

RGB Variations

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

Color information

#A6FCF0 (or 0xA6FCF0) is known color: Pale Turquoise. HEX triplet: A6, FC and F0. RGB value is (166,252,240). Sum of RGB (Red+Green+Blue) = 166+252+240=658 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.23% from 658); Green value is 252 (98.83% from 255 or 38.30% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FCF0 is #59030F. Grayscale: #E0E0E0. Windows color (decimal): -5833488 or 15793318. OLE color: 15793318.

HSL color Cylindrical-coordinate representation of color #A6FCF0: hue angle of 171.63º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FCF0 is Cyan = 0.34, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 252 240 -
CMYK 0.34 0 0.05 0.01
HSL 171.63º 0.93% 0.82% -
HSV(B) 171.63º 0.34% 0.99% -
XYZ 66.26 84.02 95.16 -
YUV 224.92 136.51 85.98 -
System Red Green Blue C M Y K H S L
Decimal 166 252 240 0.34 0 0.05 0.01 171.63 0.93 0.82
Hex A6 FC F0 22 0 5 1 AC 5D 52
Octal 246 374 360 42 0 5 1 254 135 122
Binary 10100110 11111100 11110000 100010 0 101 1 10101100 1011101 1010010

Color Harmonies of #A6FCF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FCF0

Black with #A6FCF0

Text Example


Text Example

White with #A6FCF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FCF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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