Html Css Color HEX #A7F7FA Pale Turquoise

📋 copy color: '#A7F7FA'

red 167 ◦ green 247 ◦ blue 250

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

Shades of Pale Turquoise #A7F7FA

Tints of Pale Turquoise #A7F7FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 37.65%

R = 25.15%
G = 37.2%
B = 37.65%

CMYK

 C value IS 0.33

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#A7F7FA (or 0xA7F7FA) is known color: Pale Turquoise. HEX triplet: A7, F7 and FA. RGB value is (167,247,250). Sum of RGB (Red+Green+Blue) = 167+247+250=664 (87% of max value = 765). Red value is 167 (65.62% from 255 or 25.15% from 664); Green value is 247 (96.88% from 255 or 37.20% from 664); Blue value is 250 (98.05% from 255 or 37.65% from 664); Max value from RGB is 250 - color contains mainly: blue. Hex color #A7F7FA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7F7FA is #580805. Grayscale: #DFDFDF. Windows color (decimal): -5769222 or 16447399. OLE color: 16447399.

HSL color Cylindrical-coordinate representation of color #A7F7FA: hue angle of 182.17º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A7F7FA is Cyan = 0.33, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 167 247 250 -
CMYK 0.33 0.01 0 0.02
HSL 182.17º 0.89% 0.82% -
HSV(B) 182.17º 0.33% 0.98% -
XYZ 66.45 81.64 102.7 -
YUV 223.42 143 87.76 -
System Red Green Blue C M Y K H S L
Decimal 167 247 250 0.33 0.01 0 0.02 182.17 0.89 0.82
Hex A7 F7 FA 21 1 0 2 B6 59 52
Octal 247 367 372 41 1 0 2 266 131 122
Binary 10100111 11110111 11111010 100001 1 0 10 10110110 1011001 1010010

Color Harmonies of #A7F7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7F7FA

Black with #A7F7FA

Text Example


Text Example

White with #A7F7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7F7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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