Html Css Color HEX #A0EEE2 Pale Turquoise

📋 copy color: '#A0EEE2'

red 160 ◦ green 238 ◦ blue 226

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

Shades of Pale Turquoise #A0EEE2

Tints of Pale Turquoise #A0EEE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.22%

R = 25.64%
G = 38.14%
B = 36.22%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.05

 K value IS 0.07

RGB Variations

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

Color information

#A0EEE2 (or 0xA0EEE2) is known color: Pale Turquoise. HEX triplet: A0, EE and E2. RGB value is (160,238,226). Sum of RGB (Red+Green+Blue) = 160+238+226=624 (82% of max value = 765). Red value is 160 (62.89% from 255 or 25.64% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 226 (88.67% from 255 or 36.22% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEE2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EEE2 is #5F111D. Grayscale: #D5D5D5. Windows color (decimal): -6230302 or 14872224. OLE color: 14872224.

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

Color convert

RGB 160 238 226 -
CMYK 0.33 0 0.05 0.07
HSL 170.77º 0.7% 0.78% -
HSV(B) 170.77º 0.33% 0.93% -
XYZ 58.8 74.11 83.16 -
YUV 213.31 135.16 89.98 -
System Red Green Blue C M Y K H S L
Decimal 160 238 226 0.33 0 0.05 0.07 170.77 0.7 0.78
Hex A0 EE E2 21 0 5 7 AB 46 4E
Octal 240 356 342 41 0 5 7 253 106 116
Binary 10100000 11101110 11100010 100001 0 101 111 10101011 1000110 1001110

Color Harmonies of #A0EEE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEE2

Black with #A0EEE2

Text Example


Text Example

White with #A0EEE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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