Html Css Color HEX #A7F0ED Pale Turquoise

📋 copy color: '#A7F0ED'

red 167 ◦ green 240 ◦ blue 237

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

Shades of Pale Turquoise #A7F0ED

Tints of Pale Turquoise #A7F0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 36.8%

R = 25.93%
G = 37.27%
B = 36.8%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.01

 K value IS 0.06

RGB Variations

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

Color information

#A7F0ED (or 0xA7F0ED) is known color: Pale Turquoise. HEX triplet: A7, F0 and ED. RGB value is (167,240,237). Sum of RGB (Red+Green+Blue) = 167+240+237=644 (85% of max value = 765). Red value is 167 (65.62% from 255 or 25.93% from 644); Green value is 240 (94.14% from 255 or 37.27% from 644); Blue value is 237 (92.97% from 255 or 36.80% from 644); Max value from RGB is 240 - color contains mainly: green. Hex color #A7F0ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F0ED is #580F12. Grayscale: #D9D9D9. Windows color (decimal): -5771027 or 15593639. OLE color: 15593639.

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

Color convert

RGB 167 240 237 -
CMYK 0.30 0 0.01 0.06
HSL 177.53º 0.71% 0.8% -
HSV(B) 177.53º 0.3% 0.94% -
XYZ 62.38 76.65 91.63 -
YUV 217.83 138.82 91.74 -
System Red Green Blue C M Y K H S L
Decimal 167 240 237 0.30 0 0.01 0.06 177.53 0.71 0.8
Hex A7 F0 ED 1E 0 1 6 B2 47 50
Octal 247 360 355 36 0 1 6 262 107 120
Binary 10100111 11110000 11101101 11110 0 1 110 10110010 1000111 1010000

Color Harmonies of #A7F0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F0ED

Black with #A7F0ED

Text Example


Text Example

White with #A7F0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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