Html Css Color HEX #A8F6EF Pale Turquoise

📋 copy color: '#A8F6EF'

red 168 ◦ green 246 ◦ blue 239

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

Shades of Pale Turquoise #A8F6EF

Tints of Pale Turquoise #A8F6EF

RGB

 RED value IS 168 (66.02% from 255) = 25.73%

 GREEN value IS 246 (96.48% from 255) = 37.67%

 BLUE value IS 239 (93.75% from 255) = 36.6%

R = 25.73%
G = 37.67%
B = 36.6%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.03

 K value IS 0.04

RGB Variations

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

Color information

#A8F6EF (or 0xA8F6EF) is known color: Pale Turquoise. HEX triplet: A8, F6 and EF. RGB value is (168,246,239). Sum of RGB (Red+Green+Blue) = 168+246+239=653 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.73% from 653); Green value is 246 (96.48% from 255 or 37.67% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 246 - color contains mainly: green. Hex color #A8F6EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F6EF is #570910. Grayscale: #DDDDDD. Windows color (decimal): -5703953 or 15726248. OLE color: 15726248.

HSL color Cylindrical-coordinate representation of color #A8F6EF: hue angle of 174.62º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A8F6EF is Cyan = 0.32, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB 168 246 239 -
CMYK 0.32 0 0.03 0.04
HSL 174.62º 0.81% 0.81% -
HSV(B) 174.62º 0.32% 0.96% -
XYZ 64.68 80.47 93.78 -
YUV 221.88 137.66 89.57 -
System Red Green Blue C M Y K H S L
Decimal 168 246 239 0.32 0 0.03 0.04 174.62 0.81 0.81
Hex A8 F6 EF 20 0 3 4 AF 51 51
Octal 250 366 357 40 0 3 4 257 121 121
Binary 10101000 11110110 11101111 100000 0 11 100 10101111 1010001 1010001

Color Harmonies of #A8F6EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F6EF

Black with #A8F6EF

Text Example


Text Example

White with #A8F6EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F6EF; }

 p { color: rgb(168,246,239); }

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

background-color css

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

 a { background-color: rgb(168,246,239); }

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

border-color css

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

 span { border-color: rgb(168,246,239); }

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