Html Css Color HEX #A8ECE8 Pale Turquoise

📋 copy color: '#A8ECE8'

red 168 ◦ green 236 ◦ blue 232

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

Shades of Pale Turquoise #A8ECE8

Tints of Pale Turquoise #A8ECE8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.11%

 BLUE value IS 232 (91.02% from 255) = 36.48%

R = 26.42%
G = 37.11%
B = 36.48%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#A8ECE8 (or 0xA8ECE8) is known color: Pale Turquoise. HEX triplet: A8, EC and E8. RGB value is (168,236,232). Sum of RGB (Red+Green+Blue) = 168+236+232=636 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.42% from 636); Green value is 236 (92.58% from 255 or 37.11% from 636); Blue value is 232 (91.02% from 255 or 36.48% from 636); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECE8 is #571317. Grayscale: #D7D7D7. Windows color (decimal): -5706520 or 15264936. OLE color: 15264936.

HSL color Cylindrical-coordinate representation of color #A8ECE8: hue angle of 176.47º degrees, saturation: 0.64, 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 #A8ECE8 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.

Color convert

RGB 168 236 232 -
CMYK 0.29 0 0.02 0.07
HSL 176.47º 0.64% 0.79% -
HSV(B) 176.47º 0.29% 0.93% -
XYZ 60.71 74.14 87.46 -
YUV 215.21 137.47 94.33 -
System Red Green Blue C M Y K H S L
Decimal 168 236 232 0.29 0 0.02 0.07 176.47 0.64 0.79
Hex A8 EC E8 1D 0 2 7 B0 40 4F
Octal 250 354 350 35 0 2 7 260 100 117
Binary 10101000 11101100 11101000 11101 0 10 111 10110000 1000000 1001111

Color Harmonies of #A8ECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECE8

Black with #A8ECE8

Text Example


Text Example

White with #A8ECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECE8; }

 p { color: rgb(168,236,232); }

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

background-color css

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

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

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

border-color css

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

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

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