Html Css Color HEX #A6F8FC Pale Turquoise

📋 copy color: '#A6F8FC'

red 166 ◦ green 248 ◦ blue 252

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

Shades of Pale Turquoise #A6F8FC

Tints of Pale Turquoise #A6F8FC

RGB

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

 GREEN value IS 248 (97.27% from 255) = 37.24%

 BLUE value IS 252 (98.83% from 255) = 37.84%

R = 24.92%
G = 37.24%
B = 37.84%

CMYK

 C value IS 0.34

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#A6F8FC (or 0xA6F8FC) is known color: Pale Turquoise. HEX triplet: A6, F8 and FC. RGB value is (166,248,252). Sum of RGB (Red+Green+Blue) = 166+248+252=666 (88% of max value = 765). Red value is 166 (65.23% from 255 or 24.92% from 666); Green value is 248 (97.27% from 255 or 37.24% from 666); Blue value is 252 (98.83% from 255 or 37.84% from 666); Max value from RGB is 252 - color contains mainly: blue. Hex color #A6F8FC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A6F8FC is #590703. Grayscale: #DFDFDF. Windows color (decimal): -5834500 or 16578726. OLE color: 16578726.

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

Color convert

RGB 166 248 252 -
CMYK 0.34 0.02 0 0.01
HSL 182.79º 0.93% 0.82% -
HSV(B) 182.79º 0.34% 0.99% -
XYZ 66.86 82.27 104.45 -
YUV 223.94 143.83 86.67 -
System Red Green Blue C M Y K H S L
Decimal 166 248 252 0.34 0.02 0 0.01 182.79 0.93 0.82
Hex A6 F8 FC 22 2 0 1 B7 5D 52
Octal 246 370 374 42 2 0 1 267 135 122
Binary 10100110 11111000 11111100 100010 10 0 1 10110111 1011101 1010010

Color Harmonies of #A6F8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A6F8FC

Black with #A6F8FC

Text Example


Text Example

White with #A6F8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A6F8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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