Html Css Color HEX #A8F1E9 Pale Turquoise

📋 copy color: '#A8F1E9'

red 168 ◦ green 241 ◦ blue 233

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

Shades of Pale Turquoise #A8F1E9

Tints of Pale Turquoise #A8F1E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 36.29%

R = 26.17%
G = 37.54%
B = 36.29%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.03

 K value IS 0.05

RGB Variations

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

Color information

#A8F1E9 (or 0xA8F1E9) is known color: Pale Turquoise. HEX triplet: A8, F1 and E9. RGB value is (168,241,233). Sum of RGB (Red+Green+Blue) = 168+241+233=642 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.17% from 642); Green value is 241 (94.53% from 255 or 37.54% from 642); Blue value is 233 (91.41% from 255 or 36.29% from 642); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1E9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F1E9 is #570E16. Grayscale: #DADADA. Windows color (decimal): -5705239 or 15331752. OLE color: 15331752.

HSL color Cylindrical-coordinate representation of color #A8F1E9: hue angle of 173.42º 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 #A8F1E9 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 241 233 -
CMYK 0.30 0 0.03 0.05
HSL 173.42º 0.72% 0.8% -
HSV(B) 173.42º 0.3% 0.95% -
XYZ 62.31 77.12 88.69 -
YUV 218.26 136.32 92.15 -
System Red Green Blue C M Y K H S L
Decimal 168 241 233 0.30 0 0.03 0.05 173.42 0.72 0.8
Hex A8 F1 E9 1E 0 3 5 AD 48 50
Octal 250 361 351 36 0 3 5 255 110 120
Binary 10101000 11110001 11101001 11110 0 11 101 10101101 1001000 1010000

Color Harmonies of #A8F1E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F1E9

Black with #A8F1E9

Text Example


Text Example

White with #A8F1E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F1E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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