Html Css Color HEX #A2EDEB Pale Turquoise

📋 copy color: '#A2EDEB'

red 162 ◦ green 237 ◦ blue 235

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

Shades of Pale Turquoise #A2EDEB

Tints of Pale Turquoise #A2EDEB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.38%

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

R = 25.55%
G = 37.38%
B = 37.07%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#A2EDEB (or 0xA2EDEB) is known color: Pale Turquoise. HEX triplet: A2, ED and EB. RGB value is (162,237,235). Sum of RGB (Red+Green+Blue) = 162+237+235=634 (83% of max value = 765). Red value is 162 (63.67% from 255 or 25.55% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #A2EDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A2EDEB is #5D1214. Grayscale: #D6D6D6. Windows color (decimal): -6099477 or 15461794. OLE color: 15461794.

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

Color convert

RGB 162 237 235 -
CMYK 0.32 0 0.01 0.07
HSL 178.4º 0.68% 0.78% -
HSV(B) 178.4º 0.32% 0.93% -
XYZ 60.18 74.25 89.76 -
YUV 214.35 139.65 90.66 -
System Red Green Blue C M Y K H S L
Decimal 162 237 235 0.32 0 0.01 0.07 178.4 0.68 0.78
Hex A2 ED EB 20 0 1 7 B2 44 4E
Octal 242 355 353 40 0 1 7 262 104 116
Binary 10100010 11101101 11101011 100000 0 1 111 10110010 1000100 1001110

Color Harmonies of #A2EDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2EDEB

Black with #A2EDEB

Text Example


Text Example

White with #A2EDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2EDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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