Html Css Color HEX #A7F9EA Pale Turquoise

📋 copy color: '#A7F9EA'

red 167 ◦ green 249 ◦ blue 234

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

Shades of Pale Turquoise #A7F9EA

Tints of Pale Turquoise #A7F9EA

RGB

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

 GREEN value IS 249 (97.66% from 255) = 38.31%

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

R = 25.69%
G = 38.31%
B = 36%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.06

 K value IS 0.02

RGB Variations

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

Color information

#A7F9EA (or 0xA7F9EA) is known color: Pale Turquoise. HEX triplet: A7, F9 and EA. RGB value is (167,249,234). Sum of RGB (Red+Green+Blue) = 167+249+234=650 (86% of max value = 765). Red value is 167 (65.62% from 255 or 25.69% from 650); Green value is 249 (97.66% from 255 or 38.31% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 249 - color contains mainly: green. Hex color #A7F9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F9EA is #580615. Grayscale: #DEDEDE. Windows color (decimal): -5768726 or 15399335. OLE color: 15399335.

HSL color Cylindrical-coordinate representation of color #A7F9EA: hue angle of 169.02º degrees, saturation: 0.87, 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 #A7F9EA is Cyan = 0.33, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 249 234 -
CMYK 0.33 0 0.06 0.02
HSL 169.02º 0.87% 0.82% -
HSV(B) 169.02º 0.33% 0.98% -
XYZ 64.66 81.91 90.24 -
YUV 222.77 134.33 88.22 -
System Red Green Blue C M Y K H S L
Decimal 167 249 234 0.33 0 0.06 0.02 169.02 0.87 0.82
Hex A7 F9 EA 21 0 6 2 A9 57 52
Octal 247 371 352 41 0 6 2 251 127 122
Binary 10100111 11111001 11101010 100001 0 110 10 10101001 1010111 1010010

Color Harmonies of #A7F9EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F9EA

Black with #A7F9EA

Text Example


Text Example

White with #A7F9EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F9EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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