Html Css Color HEX #A8EAEA Pale Turquoise

📋 copy color: '#A8EAEA'

red 168 ◦ green 234 ◦ blue 234

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

Shades of Pale Turquoise #A8EAEA

Tints of Pale Turquoise #A8EAEA

RGB

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

 GREEN value IS 234 (91.8% from 255) = 36.79%

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

R = 26.42%
G = 36.79%
B = 36.79%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8EAEA (or 0xA8EAEA) is known color: Pale Turquoise. HEX triplet: A8, EA and EA. RGB value is (168,234,234). Sum of RGB (Red+Green+Blue) = 168+234+234=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 234 (91.80% from 255 or 36.79% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 234 - color contains mainly: green, blue. Hex color #A8EAEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAEA is #571515. Grayscale: #D6D6D6. Windows color (decimal): -5707030 or 15395496. OLE color: 15395496.

HSL color Cylindrical-coordinate representation of color #A8EAEA: hue angle of 180º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A8EAEA is Cyan = 0.28, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 168 234 234 -
CMYK 0.28 0 0 0.08
HSL 180º 0.61% 0.79% -
HSV(B) 180º 0.28% 0.92% -
XYZ 60.42 73.11 88.77 -
YUV 214.27 139.13 95 -
System Red Green Blue C M Y K H S L
Decimal 168 234 234 0.28 0 0 0.08 180 0.61 0.79
Hex A8 EA EA 1C 0 0 8 B4 3D 4F
Octal 250 352 352 34 0 0 10 264 75 117
Binary 10101000 11101010 11101010 11100 0 0 1000 10110100 111101 1001111

Color Harmonies of #A8EAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAEA

Black with #A8EAEA

Text Example


Text Example

White with #A8EAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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