Html Css Color HEX #A6FDFB Pale Turquoise

📋 copy color: '#A6FDFB'

red 166 ◦ green 253 ◦ blue 251

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

Shades of Pale Turquoise #A6FDFB

Tints of Pale Turquoise #A6FDFB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.76%

 BLUE value IS 251 (98.44% from 255) = 37.46%

R = 24.78%
G = 37.76%
B = 37.46%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#A6FDFB (or 0xA6FDFB) is known color: Pale Turquoise. HEX triplet: A6, FD and FB. RGB value is (166,253,251). Sum of RGB (Red+Green+Blue) = 166+253+251=670 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.78% from 670); Green value is 253 (99.22% from 255 or 37.76% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 253 - color contains mainly: green. Hex color #A6FDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FDFB is #590204. Grayscale: #E2E2E2. Windows color (decimal): -5833221 or 16514470. OLE color: 16514470.

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

Color convert

RGB 166 253 251 -
CMYK 0.34 0 0.01 0.01
HSL 178.62º 0.96% 0.82% -
HSV(B) 178.62º 0.34% 0.99% -
XYZ 68.26 85.32 104.14 -
YUV 226.76 141.68 84.66 -
System Red Green Blue C M Y K H S L
Decimal 166 253 251 0.34 0 0.01 0.01 178.62 0.96 0.82
Hex A6 FD FB 22 0 1 1 B3 60 52
Octal 246 375 373 42 0 1 1 263 140 122
Binary 10100110 11111101 11111011 100010 0 1 1 10110011 1100000 1010010

Color Harmonies of #A6FDFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FDFB

Black with #A6FDFB

Text Example


Text Example

White with #A6FDFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FDFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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