Html Css Color HEX #A0EEE9 Pale Turquoise

📋 copy color: '#A0EEE9'

red 160 ◦ green 238 ◦ blue 233

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

Shades of Pale Turquoise #A0EEE9

Tints of Pale Turquoise #A0EEE9

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.72%

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

R = 25.36%
G = 37.72%
B = 36.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.02

 K value IS 0.07

RGB Variations

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

Color information

#A0EEE9 (or 0xA0EEE9) is known color: Pale Turquoise. HEX triplet: A0, EE and E9. RGB value is (160,238,233). Sum of RGB (Red+Green+Blue) = 160+238+233=631 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.36% from 631); Green value is 238 (93.36% from 255 or 37.72% from 631); Blue value is 233 (91.41% from 255 or 36.93% from 631); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEE9 is #5F1116. Grayscale: #D6D6D6. Windows color (decimal): -6230295 or 15330976. OLE color: 15330976.

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

Color convert

RGB 160 238 233 -
CMYK 0.33 0 0.02 0.07
HSL 176.15º 0.7% 0.78% -
HSV(B) 176.15º 0.33% 0.93% -
XYZ 59.78 74.51 88.32 -
YUV 214.11 138.66 89.41 -
System Red Green Blue C M Y K H S L
Decimal 160 238 233 0.33 0 0.02 0.07 176.15 0.7 0.78
Hex A0 EE E9 21 0 2 7 B0 46 4E
Octal 240 356 351 41 0 2 7 260 106 116
Binary 10100000 11101110 11101001 100001 0 10 111 10110000 1000110 1001110

Color Harmonies of #A0EEE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEE9

Black with #A0EEE9

Text Example


Text Example

White with #A0EEE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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