Html Css Color HEX #A8EAED Pale Turquoise

📋 copy color: '#A8EAED'

red 168 ◦ green 234 ◦ blue 237

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

Shades of Pale Turquoise #A8EAED

Tints of Pale Turquoise #A8EAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 37.09%

R = 26.29%
G = 36.62%
B = 37.09%

CMYK

 C value IS 0.29

 M value IS 0.01

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8EAED (or 0xA8EAED) is known color: Pale Turquoise. HEX triplet: A8, EA and ED. RGB value is (168,234,237). Sum of RGB (Red+Green+Blue) = 168+234+237=639 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.29% from 639); Green value is 234 (91.80% from 255 or 36.62% from 639); Blue value is 237 (92.97% from 255 or 37.09% from 639); Max value from RGB is 237 - color contains mainly: blue. Hex color #A8EAED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAED is #571512. Grayscale: #D6D6D6. Windows color (decimal): -5707027 or 15592104. OLE color: 15592104.

HSL color Cylindrical-coordinate representation of color #A8EAED: hue angle of 182.61º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EAED is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 234 237 -
CMYK 0.29 0.01 0 0.07
HSL 182.61º 0.66% 0.79% -
HSV(B) 182.61º 0.29% 0.93% -
XYZ 60.86 73.28 91.06 -
YUV 214.61 140.63 94.76 -
System Red Green Blue C M Y K H S L
Decimal 168 234 237 0.29 0.01 0 0.07 182.61 0.66 0.79
Hex A8 EA ED 1D 1 0 7 B7 42 4F
Octal 250 352 355 35 1 0 7 267 102 117
Binary 10101000 11101010 11101101 11101 1 0 111 10110111 1000010 1001111

Color Harmonies of #A8EAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAED

Black with #A8EAED

Text Example


Text Example

White with #A8EAED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAED; }

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

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

background-color css

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

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

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

border-color css

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

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

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