Html Css Color HEX #A7EEE5 Pale Turquoise

📋 copy color: '#A7EEE5'

red 167 ◦ green 238 ◦ blue 229

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

Shades of Pale Turquoise #A7EEE5

Tints of Pale Turquoise #A7EEE5

RGB

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

 GREEN value IS 238 (93.36% from 255) = 37.54%

 BLUE value IS 229 (89.84% from 255) = 36.12%

R = 26.34%
G = 37.54%
B = 36.12%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.04

 K value IS 0.07

RGB Variations

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

Color information

#A7EEE5 (or 0xA7EEE5) is known color: Pale Turquoise. HEX triplet: A7, EE and E5. RGB value is (167,238,229). Sum of RGB (Red+Green+Blue) = 167+238+229=634 (83% of max value = 765). Red value is 167 (65.62% from 255 or 26.34% from 634); Green value is 238 (93.36% from 255 or 37.54% from 634); Blue value is 229 (89.84% from 255 or 36.12% from 634); Max value from RGB is 238 - color contains mainly: green. Hex color #A7EEE5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7EEE5 is #58111A. Grayscale: #D7D7D7. Windows color (decimal): -5771547 or 15068839. OLE color: 15068839.

HSL color Cylindrical-coordinate representation of color #A7EEE5: hue angle of 172.39º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A7EEE5 is Cyan = 0.30, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.07.

Color convert

RGB 167 238 229 -
CMYK 0.30 0 0.04 0.07
HSL 172.39º 0.68% 0.79% -
HSV(B) 172.39º 0.3% 0.93% -
XYZ 60.65 75.02 85.41 -
YUV 215.75 135.48 93.23 -
System Red Green Blue C M Y K H S L
Decimal 167 238 229 0.30 0 0.04 0.07 172.39 0.68 0.79
Hex A7 EE E5 1E 0 4 7 AC 44 4F
Octal 247 356 345 36 0 4 7 254 104 117
Binary 10100111 11101110 11100101 11110 0 100 111 10101100 1000100 1001111

Color Harmonies of #A7EEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7EEE5

Black with #A7EEE5

Text Example


Text Example

White with #A7EEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7EEE5; }

 p { color: rgb(167,238,229); }

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

background-color css

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

 a { background-color: rgb(167,238,229); }

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

border-color css

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

 span { border-color: rgb(167,238,229); }

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