Html Css Color HEX #A6FCEE Pale Turquoise

📋 copy color: '#A6FCEE'

red 166 ◦ green 252 ◦ blue 238

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

Shades of Pale Turquoise #A6FCEE

Tints of Pale Turquoise #A6FCEE

RGB

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

 GREEN value IS 252 (98.83% from 255) = 38.41%

 BLUE value IS 238 (93.36% from 255) = 36.28%

R = 25.3%
G = 38.41%
B = 36.28%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.06

 K value IS 0.01

RGB Variations

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

Color information

#A6FCEE (or 0xA6FCEE) is known color: Pale Turquoise. HEX triplet: A6, FC and EE. RGB value is (166,252,238). Sum of RGB (Red+Green+Blue) = 166+252+238=656 (86% of max value = 765). Red value is 166 (65.23% from 255 or 25.30% from 656); Green value is 252 (98.83% from 255 or 38.41% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 252 - color contains mainly: green. Hex color #A6FCEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6FCEE is #590311. Grayscale: #E0E0E0. Windows color (decimal): -5833490 or 15662246. OLE color: 15662246.

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

Color convert

RGB 166 252 238 -
CMYK 0.34 0 0.06 0.01
HSL 170.23º 0.93% 0.82% -
HSV(B) 170.23º 0.34% 0.99% -
XYZ 65.97 83.9 93.61 -
YUV 224.69 135.51 86.14 -
System Red Green Blue C M Y K H S L
Decimal 166 252 238 0.34 0 0.06 0.01 170.23 0.93 0.82
Hex A6 FC EE 22 0 6 1 AA 5D 52
Octal 246 374 356 42 0 6 1 252 135 122
Binary 10100110 11111100 11101110 100010 0 110 1 10101010 1011101 1010010

Color Harmonies of #A6FCEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6FCEE

Black with #A6FCEE

Text Example


Text Example

White with #A6FCEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6FCEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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