Html Css Color HEX #A8EAEB Pale Turquoise

📋 copy color: '#A8EAEB'

red 168 ◦ green 234 ◦ blue 235

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

Shades of Pale Turquoise #A8EAEB

Tints of Pale Turquoise #A8EAEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 36.89%

R = 26.37%
G = 36.73%
B = 36.89%

CMYK

 C value IS 0.29

 M value IS 0.00

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#A8EAEB (or 0xA8EAEB) is known color: Pale Turquoise. HEX triplet: A8, EA and EB. RGB value is (168,234,235). Sum of RGB (Red+Green+Blue) = 168+234+235=637 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.37% from 637); Green value is 234 (91.80% from 255 or 36.73% from 637); Blue value is 235 (92.19% from 255 or 36.89% from 637); Max value from RGB is 235 - color contains mainly: blue. Hex color #A8EAEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAEB is #571514. Grayscale: #D6D6D6. Windows color (decimal): -5707029 or 15461032. OLE color: 15461032.

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

Color convert

RGB 168 234 235 -
CMYK 0.29 0.00 0 0.08
HSL 180.9º 0.63% 0.79% -
HSV(B) 180.9º 0.29% 0.92% -
XYZ 60.57 73.17 89.53 -
YUV 214.38 139.63 94.92 -
System Red Green Blue C M Y K H S L
Decimal 168 234 235 0.29 0.00 0 0.08 180.9 0.63 0.79
Hex A8 EA EB 1D 0 0 8 B5 3F 4F
Octal 250 352 353 35 0 0 10 265 77 117
Binary 10101000 11101010 11101011 11101 0 0 1000 10110101 111111 1001111

Color Harmonies of #A8EAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAEB

Black with #A8EAEB

Text Example


Text Example

White with #A8EAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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