Html Css Color HEX #A7FAE9 Pale Turquoise

📋 copy color: '#A7FAE9'

red 167 ◦ green 250 ◦ blue 233

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

Shades of Pale Turquoise #A7FAE9

Tints of Pale Turquoise #A7FAE9

RGB

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

 GREEN value IS 250 (98.05% from 255) = 38.46%

 BLUE value IS 233 (91.41% from 255) = 35.85%

R = 25.69%
G = 38.46%
B = 35.85%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.07

 K value IS 0.02

RGB Variations

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

Color information

#A7FAE9 (or 0xA7FAE9) is known color: Pale Turquoise. HEX triplet: A7, FA and E9. RGB value is (167,250,233). Sum of RGB (Red+Green+Blue) = 167+250+233=650 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.69% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #A7FAE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FAE9 is #580516. Grayscale: #DFDFDF. Windows color (decimal): -5768471 or 15334055. OLE color: 15334055.

HSL color Cylindrical-coordinate representation of color #A7FAE9: hue angle of 167.71º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7FAE9 is Cyan = 0.33, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 250 233 -
CMYK 0.33 0 0.07 0.02
HSL 167.71º 0.89% 0.82% -
HSV(B) 167.71º 0.33% 0.98% -
XYZ 64.83 82.47 89.59 -
YUV 223.25 133.5 87.88 -
System Red Green Blue C M Y K H S L
Decimal 167 250 233 0.33 0 0.07 0.02 167.71 0.89 0.82
Hex A7 FA E9 21 0 7 2 A8 59 52
Octal 247 372 351 41 0 7 2 250 131 122
Binary 10100111 11111010 11101001 100001 0 111 10 10101000 1011001 1010010

Color Harmonies of #A7FAE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FAE9

Black with #A7FAE9

Text Example


Text Example

White with #A7FAE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FAE9; }

 p { color: rgb(167,250,233); }

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

background-color css

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

 a { background-color: rgb(167,250,233); }

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

border-color css

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

 span { border-color: rgb(167,250,233); }

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