Html Css Color HEX #A0EEE5 Pale Turquoise

📋 copy color: '#A0EEE5'

red 160 ◦ green 238 ◦ blue 229

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

Shades of Pale Turquoise #A0EEE5

Tints of Pale Turquoise #A0EEE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 36.52%

R = 25.52%
G = 37.96%
B = 36.52%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#A0EEE5 (or 0xA0EEE5) is known color: Pale Turquoise. HEX triplet: A0, EE and E5. RGB value is (160,238,229). Sum of RGB (Red+Green+Blue) = 160+238+229=627 (83% of max value = 765). Red value is 160 (62.89% from 255 or 25.52% from 627); Green value is 238 (93.36% from 255 or 37.96% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEE5 is #5F111A. Grayscale: #D5D5D5. Windows color (decimal): -6230299 or 15068832. OLE color: 15068832.

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

Color convert

RGB 160 238 229 -
CMYK 0.33 0 0.04 0.07
HSL 173.08º 0.7% 0.78% -
HSV(B) 173.08º 0.33% 0.93% -
XYZ 59.21 74.28 85.35 -
YUV 213.65 136.66 89.73 -
System Red Green Blue C M Y K H S L
Decimal 160 238 229 0.33 0 0.04 0.07 173.08 0.7 0.78
Hex A0 EE E5 21 0 4 7 AD 46 4E
Octal 240 356 345 41 0 4 7 255 106 116
Binary 10100000 11101110 11100101 100001 0 100 111 10101101 1000110 1001110

Color Harmonies of #A0EEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEE5

Black with #A0EEE5

Text Example


Text Example

White with #A0EEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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