Html Css Color HEX #A6FBFC Pale Turquoise

📋 copy color: '#A6FBFC'

red 166 ◦ green 251 ◦ blue 252

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

Shades of Pale Turquoise #A6FBFC

Tints of Pale Turquoise #A6FBFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.67%

R = 24.81%
G = 37.52%
B = 37.67%

CMYK

 C value IS 0.34

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6FBFC (or 0xA6FBFC) is known color: Pale Turquoise. HEX triplet: A6, FB and FC. RGB value is (166,251,252). Sum of RGB (Red+Green+Blue) = 166+251+252=669 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.81% from 669); Green value is 251 (98.44% from 255 or 37.52% from 669); Blue value is 252 (98.83% from 255 or 37.67% from 669); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6FBFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FBFC is #590403. Grayscale: #E1E1E1. Windows color (decimal): -5833732 or 16579494. OLE color: 16579494.

HSL color Cylindrical-coordinate representation of color #A6FBFC: hue angle of 180.7º 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 #A6FBFC is Cyan = 0.34, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 166 251 252 -
CMYK 0.34 0.00 0 0.01
HSL 180.7º 0.93% 0.82% -
HSV(B) 180.7º 0.34% 0.99% -
XYZ 67.79 84.13 104.76 -
YUV 225.7 142.84 85.42 -
System Red Green Blue C M Y K H S L
Decimal 166 251 252 0.34 0.00 0 0.01 180.7 0.93 0.82
Hex A6 FB FC 22 0 0 1 B5 5D 52
Octal 246 373 374 42 0 0 1 265 135 122
Binary 10100110 11111011 11111100 100010 0 0 1 10110101 1011101 1010010

Color Harmonies of #A6FBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FBFC

Black with #A6FBFC

Text Example


Text Example

White with #A6FBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FBFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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