Html Css Color HEX #A7FEFE Pale Turquoise

📋 copy color: '#A7FEFE'

red 167 ◦ green 254 ◦ blue 254

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

Shades of Pale Turquoise #A7FEFE

Tints of Pale Turquoise #A7FEFE

RGB

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

 GREEN value IS 254 (99.61% from 255) = 37.63%

 BLUE value IS 254 (99.61% from 255) = 37.63%

R = 24.74%
G = 37.63%
B = 37.63%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A7FEFE (or 0xA7FEFE) is known color: Pale Turquoise. HEX triplet: A7, FE and FE. RGB value is (167,254,254). Sum of RGB (Red+Green+Blue) = 167+254+254=675 (89% of max value = 765). Red value is 167 (65.62% from 255 or 24.74% from 675); Green value is 254 (99.61% from 255 or 37.63% from 675); Blue value is 254 (99.61% from 255 or 37.63% from 675); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #A7FEFE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FEFE is #580101. Grayscale: #E3E3E3. Windows color (decimal): -5767426 or 16711335. OLE color: 16711335.

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

Color convert

RGB 167 254 254 -
CMYK 0.34 0 0 0.00
HSL 180º 0.98% 0.83% -
HSV(B) 180º 0.34% 1% -
XYZ 69.27 86.25 106.76 -
YUV 227.99 142.68 84.5 -
System Red Green Blue C M Y K H S L
Decimal 167 254 254 0.34 0 0 0.00 180 0.98 0.83
Hex A7 FE FE 22 0 0 0 B4 62 53
Octal 247 376 376 42 0 0 0 264 142 123
Binary 10100111 11111110 11111110 100010 0 0 0 10110100 1100010 1010011

Color Harmonies of #A7FEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FEFE

Black with #A7FEFE

Text Example


Text Example

White with #A7FEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FEFE; }

 p { color: rgb(167,254,254); }

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

background-color css

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

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

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

border-color css

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

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

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