Html Css Color HEX #A6F5FE Pale Turquoise

📋 copy color: '#A6F5FE'

red 166 ◦ green 245 ◦ blue 254

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

Shades of Pale Turquoise #A6F5FE

Tints of Pale Turquoise #A6F5FE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.84%

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

R = 24.96%
G = 36.84%
B = 38.2%

CMYK

 C value IS 0.35

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A6F5FE (or 0xA6F5FE) is known color: Pale Turquoise. HEX triplet: A6, F5 and FE. RGB value is (166,245,254). Sum of RGB (Red+Green+Blue) = 166+245+254=665 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.96% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #A6F5FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F5FE is #590A01. Grayscale: #DEDEDE. Windows color (decimal): -5835266 or 16709030. OLE color: 16709030.

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

Color convert

RGB 166 245 254 -
CMYK 0.35 0.04 0 0.00
HSL 186.14º 0.98% 0.82% -
HSV(B) 186.14º 0.35% 1% -
XYZ 66.27 80.57 105.82 -
YUV 222.41 145.83 87.77 -
System Red Green Blue C M Y K H S L
Decimal 166 245 254 0.35 0.04 0 0.00 186.14 0.98 0.82
Hex A6 F5 FE 23 4 0 0 BA 62 52
Octal 246 365 376 43 4 0 0 272 142 122
Binary 10100110 11110101 11111110 100011 100 0 0 10111010 1100010 1010010

Color Harmonies of #A6F5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F5FE

Black with #A6F5FE

Text Example


Text Example

White with #A6F5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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