Html Css Color HEX #A0ECEB Pale Turquoise

📋 copy color: '#A0ECEB'

red 160 ◦ green 236 ◦ blue 235

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

Shades of Pale Turquoise #A0ECEB

Tints of Pale Turquoise #A0ECEB

RGB

 RED value IS 160 (62.89% from 255) = 25.36%

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

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

R = 25.36%
G = 37.4%
B = 37.24%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#A0ECEB (or 0xA0ECEB) is known color: Pale Turquoise. HEX triplet: A0, EC and EB. RGB value is (160,236,235). Sum of RGB (Red+Green+Blue) = 160+236+235=631 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.36% from 631); Green value is 236 (92.58% from 255 or 37.40% from 631); Blue value is 235 (92.19% from 255 or 37.24% from 631); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECEB is #5F1314. Grayscale: #D5D5D5. Windows color (decimal): -6230805 or 15461536. OLE color: 15461536.

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

Color convert

RGB 160 236 235 -
CMYK 0.32 0 0.00 0.07
HSL 179.21º 0.67% 0.78% -
HSV(B) 179.21º 0.32% 0.93% -
XYZ 59.49 73.46 89.64 -
YUV 213.16 140.32 90.08 -
System Red Green Blue C M Y K H S L
Decimal 160 236 235 0.32 0 0.00 0.07 179.21 0.67 0.78
Hex A0 EC EB 20 0 0 7 B3 43 4E
Octal 240 354 353 40 0 0 7 263 103 116
Binary 10100000 11101100 11101011 100000 0 0 111 10110011 1000011 1001110

Color Harmonies of #A0ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECEB

Black with #A0ECEB

Text Example


Text Example

White with #A0ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECEB; }

 p { color: rgb(160,236,235); }

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

background-color css

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

 a { background-color: rgb(160,236,235); }

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

border-color css

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

 span { border-color: rgb(160,236,235); }

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