Html Css Color HEX #A7EFEA Pale Turquoise

📋 copy color: '#A7EFEA'

red 167 ◦ green 239 ◦ blue 234

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

Shades of Pale Turquoise #A7EFEA

Tints of Pale Turquoise #A7EFEA

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.34%

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

R = 26.09%
G = 37.34%
B = 36.56%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

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

Color information

#A7EFEA (or 0xA7EFEA) is known color: Pale Turquoise. HEX triplet: A7, EF and EA. RGB value is (167,239,234). Sum of RGB (Red+Green+Blue) = 167+239+234=640 (84% of max value = 765). Red value is 167 (65.62% from 255 or 26.09% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 234 (91.80% from 255 or 36.56% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #A7EFEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7EFEA is #581015. Grayscale: #D8D8D8. Windows color (decimal): -5771286 or 15396775. OLE color: 15396775.

HSL color Cylindrical-coordinate representation of color #A7EFEA: hue angle of 175.83º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EFEA is Cyan = 0.30, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 239 234 -
CMYK 0.30 0 0.02 0.06
HSL 175.83º 0.69% 0.8% -
HSV(B) 175.83º 0.3% 0.94% -
XYZ 61.65 75.89 89.24 -
YUV 216.9 137.65 92.41 -
System Red Green Blue C M Y K H S L
Decimal 167 239 234 0.30 0 0.02 0.06 175.83 0.69 0.8
Hex A7 EF EA 1E 0 2 6 B0 45 50
Octal 247 357 352 36 0 2 6 260 105 120
Binary 10100111 11101111 11101010 11110 0 10 110 10110000 1000101 1010000

Color Harmonies of #A7EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EFEA

Black with #A7EFEA

Text Example


Text Example

White with #A7EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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