Html Css Color HEX #A6FFFD Pale Turquoise

📋 copy color: '#A6FFFD'

red 166 ◦ green 255 ◦ blue 253

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

Shades of Pale Turquoise #A6FFFD

Tints of Pale Turquoise #A6FFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 37.83%

 BLUE value IS 253 (99.22% from 255) = 37.54%

R = 24.63%
G = 37.83%
B = 37.54%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#A6FFFD (or 0xA6FFFD) is known color: Pale Turquoise. HEX triplet: A6, FF and FD. RGB value is (166,255,253). Sum of RGB (Red+Green+Blue) = 166+255+253=674 (89% of max value = 765). Red value is 166 (65.23% from 255 or 24.63% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 253 (99.22% from 255 or 37.54% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FFFD is #590002. Grayscale: #E4E4E4. Windows color (decimal): -5832707 or 16646054. OLE color: 16646054.

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

Color convert

RGB 166 255 253 -
CMYK 0.35 0 0.01 0
HSL 178.65º 1% 0.83% -
HSV(B) 178.65º 0.35% 1% -
XYZ 69.22 86.72 106.02 -
YUV 228.16 142.01 83.66 -
System Red Green Blue C M Y K H S L
Decimal 166 255 253 0.35 0 0.01 0 178.65 1 0.83
Hex A6 FF FD 23 0 1 0 B3 64 53
Octal 246 377 375 43 0 1 0 263 144 123
Binary 10100110 11111111 11111101 100011 0 1 0 10110011 1100100 1010011

Color Harmonies of #A6FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FFFD

Black with #A6FFFD

Text Example


Text Example

White with #A6FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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