Html Css Color HEX #A6FBF1 Pale Turquoise

📋 copy color: '#A6FBF1'

red 166 ◦ green 251 ◦ blue 241

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

Shades of Pale Turquoise #A6FBF1

Tints of Pale Turquoise #A6FBF1

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.15%

 BLUE value IS 241 (94.53% from 255) = 36.63%

R = 25.23%
G = 38.15%
B = 36.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#A6FBF1 (or 0xA6FBF1) is known color: Pale Turquoise. HEX triplet: A6, FB and F1. RGB value is (166,251,241). Sum of RGB (Red+Green+Blue) = 166+251+241=658 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.23% from 658); Green value is 251 (98.44% from 255 or 38.15% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FBF1 is #59040E. Grayscale: #E0E0E0. Windows color (decimal): -5833743 or 15858598. OLE color: 15858598.

HSL color Cylindrical-coordinate representation of color #A6FBF1: hue angle of 172.94º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FBF1 is Cyan = 0.34, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 166 251 241 -
CMYK 0.34 0 0.04 0.02
HSL 172.94º 0.91% 0.82% -
HSV(B) 172.94º 0.34% 0.98% -
XYZ 66.1 83.45 95.84 -
YUV 224.45 137.34 86.31 -
System Red Green Blue C M Y K H S L
Decimal 166 251 241 0.34 0 0.04 0.02 172.94 0.91 0.82
Hex A6 FB F1 22 0 4 2 AD 5B 52
Octal 246 373 361 42 0 4 2 255 133 122
Binary 10100110 11111011 11110001 100010 0 100 10 10101101 1011011 1010010

Color Harmonies of #A6FBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FBF1

Black with #A6FBF1

Text Example


Text Example

White with #A6FBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FBF1; }

 p { color: rgb(166,251,241); }

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

background-color css

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

 a { background-color: rgb(166,251,241); }

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

border-color css

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

 span { border-color: rgb(166,251,241); }

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