Html Css Color HEX #A6FEED Pale Turquoise

📋 copy color: '#A6FEED'

red 166 ◦ green 254 ◦ blue 237

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

Shades of Pale Turquoise #A6FEED

Tints of Pale Turquoise #A6FEED

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.66%

 BLUE value IS 237 (92.97% from 255) = 36.07%

R = 25.27%
G = 38.66%
B = 36.07%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.00

RGB Variations

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

Color information

#A6FEED (or 0xA6FEED) is known color: Pale Turquoise. HEX triplet: A6, FE and ED. RGB value is (166,254,237). Sum of RGB (Red+Green+Blue) = 166+254+237=657 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.27% from 657); Green value is 254 (99.61% from 255 or 38.66% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 254 - color contains mainly: green. Hex color #A6FEED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FEED is #590112. Grayscale: #E1E1E1. Windows color (decimal): -5832979 or 15597222. OLE color: 15597222.

HSL color Cylindrical-coordinate representation of color #A6FEED: hue angle of 168.41º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FEED is Cyan = 0.35, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.

Color convert

RGB 166 254 237 -
CMYK 0.35 0 0.07 0.00
HSL 168.41º 0.98% 0.82% -
HSV(B) 168.41º 0.35% 1% -
XYZ 66.45 85.11 93.05 -
YUV 225.75 134.35 85.38 -
System Red Green Blue C M Y K H S L
Decimal 166 254 237 0.35 0 0.07 0.00 168.41 0.98 0.82
Hex A6 FE ED 23 0 7 0 A8 62 52
Octal 246 376 355 43 0 7 0 250 142 122
Binary 10100110 11111110 11101101 100011 0 111 0 10101000 1100010 1010010

Color Harmonies of #A6FEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FEED

Black with #A6FEED

Text Example


Text Example

White with #A6FEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FEED; }

 p { color: rgb(166,254,237); }

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

background-color css

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

 a { background-color: rgb(166,254,237); }

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

border-color css

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

 span { border-color: rgb(166,254,237); }

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