Html Css Color HEX #A8EAEE Pale Turquoise

📋 copy color: '#A8EAEE'

red 168 ◦ green 234 ◦ blue 238

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

Shades of Pale Turquoise #A8EAEE

Tints of Pale Turquoise #A8EAEE

RGB

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

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

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

R = 26.25%
G = 36.56%
B = 37.19%

CMYK

 C value IS 0.29

 M value IS 0.02

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A8EAEE (or 0xA8EAEE) is known color: Pale Turquoise. HEX triplet: A8, EA and EE. RGB value is (168,234,238). Sum of RGB (Red+Green+Blue) = 168+234+238=640 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.25% from 640); Green value is 234 (91.80% from 255 or 36.56% from 640); Blue value is 238 (93.36% from 255 or 37.19% from 640); Max value from RGB is 238 - color contains mainly: blue. Hex color #A8EAEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8EAEE is #571511. Grayscale: #D6D6D6. Windows color (decimal): -5707026 or 15657640. OLE color: 15657640.

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

Color convert

RGB 168 234 238 -
CMYK 0.29 0.02 0 0.07
HSL 183.43º 0.67% 0.8% -
HSV(B) 183.43º 0.29% 0.93% -
XYZ 61 73.34 91.83 -
YUV 214.72 141.13 94.67 -
System Red Green Blue C M Y K H S L
Decimal 168 234 238 0.29 0.02 0 0.07 183.43 0.67 0.8
Hex A8 EA EE 1D 2 0 7 B7 43 50
Octal 250 352 356 35 2 0 7 267 103 120
Binary 10101000 11101010 11101110 11101 10 0 111 10110111 1000011 1010000

Color Harmonies of #A8EAEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8EAEE

Black with #A8EAEE

Text Example


Text Example

White with #A8EAEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8EAEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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