Html Css Color HEX #A7EBEA Pale Turquoise

📋 copy color: '#A7EBEA'

red 167 ◦ green 235 ◦ blue 234

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

Shades of Pale Turquoise #A7EBEA

Tints of Pale Turquoise #A7EBEA

RGB

 RED value IS 167 (65.63% from 255) = 26.26%

 GREEN value IS 235 (92.19% from 255) = 36.95%

 BLUE value IS 234 (91.8% from 255) = 36.79%

R = 26.26%
G = 36.95%
B = 36.79%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.00

 K value IS 0.08

RGB Variations

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

Color information

#A7EBEA (or 0xA7EBEA) is known color: Pale Turquoise. HEX triplet: A7, EB and EA. RGB value is (167,235,234). Sum of RGB (Red+Green+Blue) = 167+235+234=636 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.26% from 636); Green value is 235 (92.19% from 255 or 36.95% from 636); Blue value is 234 (91.80% from 255 or 36.79% from 636); Max value from RGB is 235 - color contains mainly: green. Hex color #A7EBEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EBEA is #581415. Grayscale: #D6D6D6. Windows color (decimal): -5772310 or 15395751. OLE color: 15395751.

HSL color Cylindrical-coordinate representation of color #A7EBEA: hue angle of 179.12º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A7EBEA is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.08.

Color convert

RGB 167 235 234 -
CMYK 0.29 0 0.00 0.08
HSL 179.12º 0.63% 0.79% -
HSV(B) 179.12º 0.29% 0.92% -
XYZ 60.5 73.57 88.85 -
YUV 214.55 138.97 94.08 -
System Red Green Blue C M Y K H S L
Decimal 167 235 234 0.29 0 0.00 0.08 179.12 0.63 0.79
Hex A7 EB EA 1D 0 0 8 B3 3F 4F
Octal 247 353 352 35 0 0 10 263 77 117
Binary 10100111 11101011 11101010 11101 0 0 1000 10110011 111111 1001111

Color Harmonies of #A7EBEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EBEA

Black with #A7EBEA

Text Example


Text Example

White with #A7EBEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EBEA; }

 p { color: rgb(167,235,234); }

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

background-color css

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

 a { background-color: rgb(167,235,234); }

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

border-color css

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

 span { border-color: rgb(167,235,234); }

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