Html Css Color HEX #A6F9FE Pale Turquoise

📋 copy color: '#A6F9FE'

red 166 ◦ green 249 ◦ blue 254

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

Shades of Pale Turquoise #A6F9FE

Tints of Pale Turquoise #A6F9FE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.22%

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

R = 24.81%
G = 37.22%
B = 37.97%

CMYK

 C value IS 0.35

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6F9FE (or 0xA6F9FE) is known color: Pale Turquoise. HEX triplet: A6, F9 and FE. RGB value is (166,249,254). Sum of RGB (Red+Green+Blue) = 166+249+254=669 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.81% from 669); Green value is 249 (97.66% from 255 or 37.22% from 669); Blue value is 254 (99.61% from 255 or 37.97% from 669); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6F9FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F9FE is #590601. Grayscale: #E0E0E0. Windows color (decimal): -5834242 or 16710054. OLE color: 16710054.

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

Color convert

RGB 166 249 254 -
CMYK 0.35 0.02 0 0.00
HSL 183.41º 0.98% 0.82% -
HSV(B) 183.41º 0.35% 1% -
XYZ 67.49 83.01 106.23 -
YUV 224.75 144.5 86.09 -
System Red Green Blue C M Y K H S L
Decimal 166 249 254 0.35 0.02 0 0.00 183.41 0.98 0.82
Hex A6 F9 FE 23 2 0 0 B7 62 52
Octal 246 371 376 43 2 0 0 267 142 122
Binary 10100110 11111001 11111110 100011 10 0 0 10110111 1100010 1010010

Color Harmonies of #A6F9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F9FE

Black with #A6F9FE

Text Example


Text Example

White with #A6F9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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