Html Css Color HEX #A7F0EF Pale Turquoise

📋 copy color: '#A7F0EF'

red 167 ◦ green 240 ◦ blue 239

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

Shades of Pale Turquoise #A7F0EF

Tints of Pale Turquoise #A7F0EF

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.15%

 BLUE value IS 239 (93.75% from 255) = 37%

R = 25.85%
G = 37.15%
B = 37%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.00

 K value IS 0.06

RGB Variations

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

Color information

#A7F0EF (or 0xA7F0EF) is known color: Pale Turquoise. HEX triplet: A7, F0 and EF. RGB value is (167,240,239). Sum of RGB (Red+Green+Blue) = 167+240+239=646 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.85% from 646); Green value is 240 (94.14% from 255 or 37.15% from 646); Blue value is 239 (93.75% from 255 or 37.00% from 646); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F0EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F0EF is #580F10. Grayscale: #D9D9D9. Windows color (decimal): -5771025 or 15724711. OLE color: 15724711.

HSL color Cylindrical-coordinate representation of color #A7F0EF: hue angle of 179.18º degrees, saturation: 0.71, 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 #A7F0EF is Cyan = 0.30, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB 167 240 239 -
CMYK 0.30 0 0.00 0.06
HSL 179.18º 0.71% 0.8% -
HSV(B) 179.18º 0.3% 0.94% -
XYZ 62.68 76.77 93.18 -
YUV 218.06 139.82 91.58 -
System Red Green Blue C M Y K H S L
Decimal 167 240 239 0.30 0 0.00 0.06 179.18 0.71 0.8
Hex A7 F0 EF 1E 0 0 6 B3 47 50
Octal 247 360 357 36 0 0 6 263 107 120
Binary 10100111 11110000 11101111 11110 0 0 110 10110011 1000111 1010000

Color Harmonies of #A7F0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F0EF

Black with #A7F0EF

Text Example


Text Example

White with #A7F0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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