Html Css Color HEX #A8ECEA Pale Turquoise

📋 copy color: '#A8ECEA'

red 168 ◦ green 236 ◦ blue 234

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

Shades of Pale Turquoise #A8ECEA

Tints of Pale Turquoise #A8ECEA

RGB

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

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

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

R = 26.33%
G = 36.99%
B = 36.68%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#A8ECEA (or 0xA8ECEA) is known color: Pale Turquoise. HEX triplet: A8, EC and EA. RGB value is (168,236,234). Sum of RGB (Red+Green+Blue) = 168+236+234=638 (84% of max value = 765). Red value is 168 (66.02% from 255 or 26.33% from 638); Green value is 236 (92.58% from 255 or 36.99% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 236 - color contains mainly: green. Hex color #A8ECEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A8ECEA is #571315. Grayscale: #D7D7D7. Windows color (decimal): -5706518 or 15396008. OLE color: 15396008.

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

Color convert

RGB 168 236 234 -
CMYK 0.29 0 0.01 0.07
HSL 178.24º 0.64% 0.79% -
HSV(B) 178.24º 0.29% 0.93% -
XYZ 61 74.26 88.96 -
YUV 215.44 138.47 94.16 -
System Red Green Blue C M Y K H S L
Decimal 168 236 234 0.29 0 0.01 0.07 178.24 0.64 0.79
Hex A8 EC EA 1D 0 1 7 B2 40 4F
Octal 250 354 352 35 0 1 7 262 100 117
Binary 10101000 11101100 11101010 11101 0 1 111 10110010 1000000 1001111

Color Harmonies of #A8ECEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8ECEA

Black with #A8ECEA

Text Example


Text Example

White with #A8ECEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8ECEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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