Html Css Color HEX #A7FFF2 Pale Turquoise

📋 copy color: '#A7FFF2'

red 167 ◦ green 255 ◦ blue 242

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

Shades of Pale Turquoise #A7FFF2

Tints of Pale Turquoise #A7FFF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 36.45%

R = 25.15%
G = 38.4%
B = 36.45%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.05

 K value IS 0

RGB Variations

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

Color information

#A7FFF2 (or 0xA7FFF2) is known color: Pale Turquoise. HEX triplet: A7, FF and F2. RGB value is (167,255,242). Sum of RGB (Red+Green+Blue) = 167+255+242=664 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.15% from 664); Green value is 255 (100% from 255 or 38.40% from 664); Blue value is 242 (94.92% from 255 or 36.45% from 664); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FFF2 is #58000D. Grayscale: #E3E3E3. Windows color (decimal): -5767182 or 15925159. OLE color: 15925159.

HSL color Cylindrical-coordinate representation of color #A7FFF2: hue angle of 171.14º 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 #A7FFF2 is Cyan = 0.35, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.

Color convert

RGB 167 255 242 -
CMYK 0.35 0 0.05 0
HSL 171.14º 1% 0.83% -
HSV(B) 171.14º 0.35% 1% -
XYZ 67.72 86.15 97.06 -
YUV 227.21 136.35 85.06 -
System Red Green Blue C M Y K H S L
Decimal 167 255 242 0.35 0 0.05 0 171.14 1 0.83
Hex A7 FF F2 23 0 5 0 AB 64 53
Octal 247 377 362 43 0 5 0 253 144 123
Binary 10100111 11111111 11110010 100011 0 101 0 10101011 1100100 1010011

Color Harmonies of #A7FFF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FFF2

Black with #A7FFF2

Text Example


Text Example

White with #A7FFF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FFF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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