Html Css Color HEX #A8F3EA Pale Turquoise

📋 copy color: '#A8F3EA'

red 168 ◦ green 243 ◦ blue 234

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

Shades of Pale Turquoise #A8F3EA

Tints of Pale Turquoise #A8F3EA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 37.67%

 BLUE value IS 234 (91.8% from 255) = 36.28%

R = 26.05%
G = 37.67%
B = 36.28%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.04

 K value IS 0.05

RGB Variations

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

Color information

#A8F3EA (or 0xA8F3EA) is known color: Pale Turquoise. HEX triplet: A8, F3 and EA. RGB value is (168,243,234). Sum of RGB (Red+Green+Blue) = 168+243+234=645 (85% of max value = 765). Red value is 168 (66.02% from 255 or 26.05% from 645); Green value is 243 (95.31% from 255 or 37.67% from 645); Blue value is 234 (91.80% from 255 or 36.28% from 645); Max value from RGB is 243 - color contains mainly: green. Hex color #A8F3EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8F3EA is #570C15. Grayscale: #DBDBDB. Windows color (decimal): -5704726 or 15397800. OLE color: 15397800.

HSL color Cylindrical-coordinate representation of color #A8F3EA: hue angle of 172.8º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F3EA is Cyan = 0.31, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.

Color convert

RGB 168 243 234 -
CMYK 0.31 0 0.04 0.05
HSL 172.8º 0.76% 0.81% -
HSV(B) 172.8º 0.31% 0.95% -
XYZ 63.05 78.37 89.65 -
YUV 219.55 136.15 91.23 -
System Red Green Blue C M Y K H S L
Decimal 168 243 234 0.31 0 0.04 0.05 172.8 0.76 0.81
Hex A8 F3 EA 1F 0 4 5 AD 4C 51
Octal 250 363 352 37 0 4 5 255 114 121
Binary 10101000 11110011 11101010 11111 0 100 101 10101101 1001100 1010001

Color Harmonies of #A8F3EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8F3EA

Black with #A8F3EA

Text Example


Text Example

White with #A8F3EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8F3EA; }

 p { color: rgb(168,243,234); }

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

background-color css

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

 a { background-color: rgb(168,243,234); }

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

border-color css

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

 span { border-color: rgb(168,243,234); }

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