Html Css Color HEX #A6F2FE Pale Turquoise

📋 copy color: '#A6F2FE'

red 166 ◦ green 242 ◦ blue 254

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

Shades of Pale Turquoise #A6F2FE

Tints of Pale Turquoise #A6F2FE

RGB

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

 GREEN value IS 242 (94.92% from 255) = 36.56%

 BLUE value IS 254 (99.61% from 255) = 38.37%

R = 25.08%
G = 36.56%
B = 38.37%

CMYK

 C value IS 0.35

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6F2FE (or 0xA6F2FE) is known color: Pale Turquoise. HEX triplet: A6, F2 and FE. RGB value is (166,242,254). Sum of RGB (Red+Green+Blue) = 166+242+254=662 (87% of max value = 765). Red value is 166 (65.23% from 255 or 25.08% from 662); Green value is 242 (94.92% from 255 or 36.56% from 662); Blue value is 254 (99.61% from 255 or 38.37% from 662); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6F2FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F2FE is #590D01. Grayscale: #DCDCDC. Windows color (decimal): -5836034 or 16708262. OLE color: 16708262.

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

Color convert

RGB 166 242 254 -
CMYK 0.35 0.05 0 0.00
HSL 188.18º 0.98% 0.82% -
HSV(B) 188.18º 0.35% 1% -
XYZ 65.37 78.77 105.52 -
YUV 220.64 146.82 89.02 -
System Red Green Blue C M Y K H S L
Decimal 166 242 254 0.35 0.05 0 0.00 188.18 0.98 0.82
Hex A6 F2 FE 23 5 0 0 BC 62 52
Octal 246 362 376 43 5 0 0 274 142 122
Binary 10100110 11110010 11111110 100011 101 0 0 10111100 1100010 1010010

Color Harmonies of #A6F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F2FE

Black with #A6F2FE

Text Example


Text Example

White with #A6F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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