Html Css Color HEX #A7F7FE Pale Turquoise

📋 copy color: '#A7F7FE'

red 167 ◦ green 247 ◦ blue 254

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

Shades of Pale Turquoise #A7F7FE

Tints of Pale Turquoise #A7F7FE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 36.98%

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

R = 25%
G = 36.98%
B = 38.02%

CMYK

 C value IS 0.34

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A7F7FE (or 0xA7F7FE) is known color: Pale Turquoise. HEX triplet: A7, F7 and FE. RGB value is (167,247,254). Sum of RGB (Red+Green+Blue) = 167+247+254=668 (88% of max value = 765). Red value is 167 (65.62% from 255 or 25% from 668); Green value is 247 (96.88% from 255 or 36.98% from 668); Blue value is 254 (99.61% from 255 or 38.02% from 668); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7F7FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F7FE is #580801. Grayscale: #DFDFDF. Windows color (decimal): -5769218 or 16709543. OLE color: 16709543.

HSL color Cylindrical-coordinate representation of color #A7F7FE: hue angle of 184.83º 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 #A7F7FE is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 167 247 254 -
CMYK 0.34 0.03 0 0.00
HSL 184.83º 0.98% 0.83% -
HSV(B) 184.83º 0.34% 1% -
XYZ 67.09 81.89 106.04 -
YUV 223.88 145 87.43 -
System Red Green Blue C M Y K H S L
Decimal 167 247 254 0.34 0.03 0 0.00 184.83 0.98 0.83
Hex A7 F7 FE 22 3 0 0 B9 62 53
Octal 247 367 376 42 3 0 0 271 142 123
Binary 10100111 11110111 11111110 100010 11 0 0 10111001 1100010 1010011

Color Harmonies of #A7F7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F7FE

Black with #A7F7FE

Text Example


Text Example

White with #A7F7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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