Html Css Color HEX #A0EEEE Pale Turquoise

📋 copy color: '#A0EEEE'

red 160 ◦ green 238 ◦ blue 238

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

Shades of Pale Turquoise #A0EEEE

Tints of Pale Turquoise #A0EEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 37.42%

R = 25.16%
G = 37.42%
B = 37.42%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#A0EEEE (or 0xA0EEEE) is known color: Pale Turquoise. HEX triplet: A0, EE and EE. RGB value is (160,238,238). Sum of RGB (Red+Green+Blue) = 160+238+238=636 (84% of max value = 765). Red value is 160 (62.89% from 255 or 25.16% from 636); Green value is 238 (93.36% from 255 or 37.42% from 636); Blue value is 238 (93.36% from 255 or 37.42% from 636); Max value from RGB is 238 - color contains mainly: green, blue. Hex color #A0EEEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A0EEEE is #5F1111. Grayscale: #D6D6D6. Windows color (decimal): -6230290 or 15658656. OLE color: 15658656.

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

Color convert

RGB 160 238 238 -
CMYK 0.33 0 0 0.07
HSL 180º 0.7% 0.78% -
HSV(B) 180º 0.33% 0.93% -
XYZ 60.5 74.8 92.14 -
YUV 214.68 141.16 89 -
System Red Green Blue C M Y K H S L
Decimal 160 238 238 0.33 0 0 0.07 180 0.7 0.78
Hex A0 EE EE 21 0 0 7 B4 46 4E
Octal 240 356 356 41 0 0 7 264 106 116
Binary 10100000 11101110 11101110 100001 0 0 111 10110100 1000110 1001110

Color Harmonies of #A0EEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0EEEE

Black with #A0EEEE

Text Example


Text Example

White with #A0EEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0EEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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