Html Css Color HEX #A8F9EE Pale Turquoise

📋 copy color: '#A8F9EE'

red 168 ◦ green 249 ◦ blue 238

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

Shades of Pale Turquoise #A8F9EE

Tints of Pale Turquoise #A8F9EE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.02%

 BLUE value IS 238 (93.36% from 255) = 36.34%

R = 25.65%
G = 38.02%
B = 36.34%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.02

RGB Variations

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

Color information

#A8F9EE (or 0xA8F9EE) is known color: Pale Turquoise. HEX triplet: A8, F9 and EE. RGB value is (168,249,238). Sum of RGB (Red+Green+Blue) = 168+249+238=655 (86% of max value = 765). Red value is 168 (66.02% from 255 or 25.65% from 655); Green value is 249 (97.66% from 255 or 38.02% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F9EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F9EE is #570611. Grayscale: #DFDFDF. Windows color (decimal): -5703186 or 15661480. OLE color: 15661480.

HSL color Cylindrical-coordinate representation of color #A8F9EE: hue angle of 171.85º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8F9EE is Cyan = 0.33, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.

Color convert

RGB 168 249 238 -
CMYK 0.33 0 0.04 0.02
HSL 171.85º 0.87% 0.82% -
HSV(B) 171.85º 0.33% 0.98% -
XYZ 65.46 82.25 93.31 -
YUV 223.53 136.16 88.39 -
System Red Green Blue C M Y K H S L
Decimal 168 249 238 0.33 0 0.04 0.02 171.85 0.87 0.82
Hex A8 F9 EE 21 0 4 2 AC 57 52
Octal 250 371 356 41 0 4 2 254 127 122
Binary 10101000 11111001 11101110 100001 0 100 10 10101100 1010111 1010010

Color Harmonies of #A8F9EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F9EE

Black with #A8F9EE

Text Example


Text Example

White with #A8F9EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F9EE; }

 p { color: rgb(168,249,238); }

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

background-color css

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

 a { background-color: rgb(168,249,238); }

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

border-color css

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

 span { border-color: rgb(168,249,238); }

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