Html Css Color HEX #A7F4FE Pale Turquoise

📋 copy color: '#A7F4FE'

red 167 ◦ green 244 ◦ blue 254

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

Shades of Pale Turquoise #A7F4FE

Tints of Pale Turquoise #A7F4FE

RGB

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

 GREEN value IS 244 (95.7% from 255) = 36.69%

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

R = 25.11%
G = 36.69%
B = 38.2%

CMYK

 C value IS 0.34

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#A7F4FE (or 0xA7F4FE) is known color: Pale Turquoise. HEX triplet: A7, F4 and FE. RGB value is (167,244,254). Sum of RGB (Red+Green+Blue) = 167+244+254=665 (88% of max value = 765). Red value is 167 (65.62% from 255 or 25.11% from 665); Green value is 244 (95.70% from 255 or 36.69% from 665); Blue value is 254 (99.61% from 255 or 38.20% from 665); Max value from RGB is 254 - color contains mainly: blue. Hex color #A7F4FE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F4FE is #580B01. Grayscale: #DDDDDD. Windows color (decimal): -5769986 or 16708775. OLE color: 16708775.

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

Color convert

RGB 167 244 254 -
CMYK 0.34 0.04 0 0.00
HSL 186.9º 0.98% 0.83% -
HSV(B) 186.9º 0.34% 1% -
XYZ 66.18 80.07 105.73 -
YUV 222.12 145.99 88.69 -
System Red Green Blue C M Y K H S L
Decimal 167 244 254 0.34 0.04 0 0.00 186.9 0.98 0.83
Hex A7 F4 FE 22 4 0 0 BB 62 53
Octal 247 364 376 42 4 0 0 273 142 123
Binary 10100111 11110100 11111110 100010 100 0 0 10111011 1100010 1010011

Color Harmonies of #A7F4FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F4FE

Black with #A7F4FE

Text Example


Text Example

White with #A7F4FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F4FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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