Html Css Color HEX #A0ECE9 Pale Turquoise

📋 copy color: '#A0ECE9'

red 160 ◦ green 236 ◦ blue 233

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

Shades of Pale Turquoise #A0ECE9

Tints of Pale Turquoise #A0ECE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.04%

R = 25.44%
G = 37.52%
B = 37.04%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#A0ECE9 (or 0xA0ECE9) is known color: Pale Turquoise. HEX triplet: A0, EC and E9. RGB value is (160,236,233). Sum of RGB (Red+Green+Blue) = 160+236+233=629 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.44% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 233 (91.41% from 255 or 37.04% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0ECE9 is #5F1316. Grayscale: #D4D4D4. Windows color (decimal): -6230807 or 15330464. OLE color: 15330464.

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

Color convert

RGB 160 236 233 -
CMYK 0.32 0 0.01 0.07
HSL 177.63º 0.67% 0.78% -
HSV(B) 177.63º 0.32% 0.93% -
XYZ 59.2 73.35 88.13 -
YUV 212.93 139.32 90.24 -
System Red Green Blue C M Y K H S L
Decimal 160 236 233 0.32 0 0.01 0.07 177.63 0.67 0.78
Hex A0 EC E9 20 0 1 7 B2 43 4E
Octal 240 354 351 40 0 1 7 262 103 116
Binary 10100000 11101100 11101001 100000 0 1 111 10110010 1000011 1001110

Color Harmonies of #A0ECE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0ECE9

Black with #A0ECE9

Text Example


Text Example

White with #A0ECE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0ECE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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