Html Css Color HEX #A8F1E8 Pale Turquoise

📋 copy color: '#A8F1E8'

red 168 ◦ green 241 ◦ blue 232

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

Shades of Pale Turquoise #A8F1E8

Tints of Pale Turquoise #A8F1E8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.6%

 BLUE value IS 232 (91.02% from 255) = 36.19%

R = 26.21%
G = 37.6%
B = 36.19%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#A8F1E8 (or 0xA8F1E8) is known color: Pale Turquoise. HEX triplet: A8, F1 and E8. RGB value is (168,241,232). Sum of RGB (Red+Green+Blue) = 168+241+232=641 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.21% from 641); Green value is 241 (94.53% from 255 or 37.60% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1E8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F1E8 is #570E17. Grayscale: #DADADA. Windows color (decimal): -5705240 or 15266216. OLE color: 15266216.

HSL color Cylindrical-coordinate representation of color #A8F1E8: hue angle of 172.6º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F1E8 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 232 -
CMYK 0.30 0 0.04 0.05
HSL 172.6º 0.72% 0.8% -
HSV(B) 172.6º 0.3% 0.95% -
XYZ 62.17 77.06 87.94 -
YUV 218.15 135.82 92.23 -
System Red Green Blue C M Y K H S L
Decimal 168 241 232 0.30 0 0.04 0.05 172.6 0.72 0.8
Hex A8 F1 E8 1E 0 4 5 AD 48 50
Octal 250 361 350 36 0 4 5 255 110 120
Binary 10101000 11110001 11101000 11110 0 100 101 10101101 1001000 1010000

Color Harmonies of #A8F1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F1E8

Black with #A8F1E8

Text Example


Text Example

White with #A8F1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F1E8; }

 p { color: rgb(168,241,232); }

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

background-color css

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

 a { background-color: rgb(168,241,232); }

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

border-color css

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

 span { border-color: rgb(168,241,232); }

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