Html Css Color HEX #A2ECEB Pale Turquoise

📋 copy color: '#A2ECEB'

red 162 ◦ green 236 ◦ blue 235

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

Shades of Pale Turquoise #A2ECEB

Tints of Pale Turquoise #A2ECEB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.28%

 BLUE value IS 235 (92.19% from 255) = 37.12%

R = 25.59%
G = 37.28%
B = 37.12%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.00

 K value IS 0.07

RGB Variations

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

Color information

#A2ECEB (or 0xA2ECEB) is known color: Pale Turquoise. HEX triplet: A2, EC and EB. RGB value is (162,236,235). Sum of RGB (Red+Green+Blue) = 162+236+235=633 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.59% from 633); Green value is 236 (92.58% from 255 or 37.28% from 633); Blue value is 235 (92.19% from 255 or 37.12% from 633); Max value from RGB is 236 - color contains mainly: green. Hex color #A2ECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2ECEB is #5D1314. Grayscale: #D5D5D5. Windows color (decimal): -6099733 or 15461538. OLE color: 15461538.

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

Color convert

RGB 162 236 235 -
CMYK 0.31 0 0.00 0.07
HSL 179.19º 0.66% 0.78% -
HSV(B) 179.19º 0.31% 0.93% -
XYZ 59.89 73.67 89.66 -
YUV 213.76 139.98 91.08 -
System Red Green Blue C M Y K H S L
Decimal 162 236 235 0.31 0 0.00 0.07 179.19 0.66 0.78
Hex A2 EC EB 1F 0 0 7 B3 42 4E
Octal 242 354 353 37 0 0 7 263 102 116
Binary 10100010 11101100 11101011 11111 0 0 111 10110011 1000010 1001110

Color Harmonies of #A2ECEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2ECEB

Black with #A2ECEB

Text Example


Text Example

White with #A2ECEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2ECEB; }

 p { color: rgb(162,236,235); }

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

background-color css

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

 a { background-color: rgb(162,236,235); }

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

border-color css

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

 span { border-color: rgb(162,236,235); }

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