Html Css Color HEX #A7FFF0 Pale Turquoise

📋 copy color: '#A7FFF0'

red 167 ◦ green 255 ◦ blue 240

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

Shades of Pale Turquoise #A7FFF0

Tints of Pale Turquoise #A7FFF0

RGB

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

 GREEN value IS 255 (100% from 255) = 38.52%

 BLUE value IS 240 (94.14% from 255) = 36.25%

R = 25.23%
G = 38.52%
B = 36.25%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0

RGB Variations

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

Color information

#A7FFF0 (or 0xA7FFF0) is known color: Pale Turquoise. HEX triplet: A7, FF and F0. RGB value is (167,255,240). Sum of RGB (Red+Green+Blue) = 167+255+240=662 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.23% from 662); Green value is 255 (100% from 255 or 38.52% from 662); Blue value is 240 (94.14% from 255 or 36.25% from 662); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFF0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FFF0 is #58000F. Grayscale: #E2E2E2. Windows color (decimal): -5767184 or 15794087. OLE color: 15794087.

HSL color Cylindrical-coordinate representation of color #A7FFF0: hue angle of 169.77º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A7FFF0 is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.

Color convert

RGB 167 255 240 -
CMYK 0.35 0 0.06 0
HSL 169.77º 1% 0.83% -
HSV(B) 169.77º 0.35% 1% -
XYZ 67.42 86.03 95.49 -
YUV 226.98 135.35 85.22 -
System Red Green Blue C M Y K H S L
Decimal 167 255 240 0.35 0 0.06 0 169.77 1 0.83
Hex A7 FF F0 23 0 6 0 AA 64 53
Octal 247 377 360 43 0 6 0 252 144 123
Binary 10100111 11111111 11110000 100011 0 110 0 10101010 1100100 1010011

Color Harmonies of #A7FFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FFF0

Black with #A7FFF0

Text Example


Text Example

White with #A7FFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FFF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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