Html Css Color HEX #A2FFEE Pale Turquoise

📋 copy color: '#A2FFEE'

red 162 ◦ green 255 ◦ blue 238

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

Shades of Pale Turquoise #A2FFEE

Tints of Pale Turquoise #A2FFEE

RGB

 RED value IS 162 (63.67% from 255) = 24.73%

 GREEN value IS 255 (100% from 255) = 38.93%

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

R = 24.73%
G = 38.93%
B = 36.34%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.07

 K value IS 0

RGB Variations

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

Color information

#A2FFEE (or 0xA2FFEE) is known color: Pale Turquoise. HEX triplet: A2, FF and EE. RGB value is (162,255,238). Sum of RGB (Red+Green+Blue) = 162+255+238=655 (86% of max value = 765). Red value is 162 (63.67% from 255 or 24.73% from 655); Green value is 255 (100% from 255 or 38.93% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2FFEE is #5D0011. Grayscale: #E1E1E1. Windows color (decimal): -6094866 or 15663010. OLE color: 15663010.

HSL color Cylindrical-coordinate representation of color #A2FFEE: hue angle of 169.03º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFEE is Cyan = 0.36, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.

Color convert

RGB 162 255 238 -
CMYK 0.36 0 0.07 0
HSL 169.03º 1% 0.82% -
HSV(B) 169.03º 0.36% 1% -
XYZ 66.09 85.37 93.88 -
YUV 225.26 135.19 82.88 -
System Red Green Blue C M Y K H S L
Decimal 162 255 238 0.36 0 0.07 0 169.03 1 0.82
Hex A2 FF EE 24 0 7 0 A9 64 52
Octal 242 377 356 44 0 7 0 251 144 122
Binary 10100010 11111111 11101110 100100 0 111 0 10101001 1100100 1010010

Color Harmonies of #A2FFEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2FFEE

Black with #A2FFEE

Text Example


Text Example

White with #A2FFEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2FFEE; }

 p { color: rgb(162,255,238); }

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

background-color css

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

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

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

border-color css

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

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

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