Html Css Color HEX #A0ECE8 Pale Turquoise

📋 copy color: '#A0ECE8'

red 160 ◦ green 236 ◦ blue 232

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

Shades of Pale Turquoise #A0ECE8

Tints of Pale Turquoise #A0ECE8

RGB

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

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

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

R = 25.48%
G = 37.58%
B = 36.94%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#A0ECE8 (or 0xA0ECE8) is known color: Pale Turquoise. HEX triplet: A0, EC and E8. RGB value is (160,236,232). Sum of RGB (Red+Green+Blue) = 160+236+232=628 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.48% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 232 (91.02% from 255 or 36.94% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECE8 is #5F1317. Grayscale: #D4D4D4. Windows color (decimal): -6230808 or 15264928. OLE color: 15264928.

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

Color convert

RGB 160 236 232 -
CMYK 0.32 0 0.02 0.07
HSL 176.84º 0.67% 0.78% -
HSV(B) 176.84º 0.32% 0.93% -
XYZ 59.06 73.29 87.38 -
YUV 212.82 138.82 90.33 -
System Red Green Blue C M Y K H S L
Decimal 160 236 232 0.32 0 0.02 0.07 176.84 0.67 0.78
Hex A0 EC E8 20 0 2 7 B1 43 4E
Octal 240 354 350 40 0 2 7 261 103 116
Binary 10100000 11101100 11101000 100000 0 10 111 10110001 1000011 1001110

Color Harmonies of #A0ECE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECE8

Black with #A0ECE8

Text Example


Text Example

White with #A0ECE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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