Html Css Color HEX #A7FDF6 Pale Turquoise

📋 copy color: '#A7FDF6'

red 167 ◦ green 253 ◦ blue 246

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

Shades of Pale Turquoise #A7FDF6

Tints of Pale Turquoise #A7FDF6

RGB

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

 GREEN value IS 253 (99.22% from 255) = 37.99%

 BLUE value IS 246 (96.48% from 255) = 36.94%

R = 25.08%
G = 37.99%
B = 36.94%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.03

 K value IS 0.01

RGB Variations

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

Color information

#A7FDF6 (or 0xA7FDF6) is known color: Pale Turquoise. HEX triplet: A7, FD and F6. RGB value is (167,253,246). Sum of RGB (Red+Green+Blue) = 167+253+246=666 (88% of max value = 765). Red value is 167 (65.62% from 255 or 25.08% from 666); Green value is 253 (99.22% from 255 or 37.99% from 666); Blue value is 246 (96.48% from 255 or 36.94% from 666); Max value from RGB is 253 - color contains mainly: green. Hex color #A7FDF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FDF6 is #580209. Grayscale: #E2E2E2. Windows color (decimal): -5767690 or 16186791. OLE color: 16186791.

HSL color Cylindrical-coordinate representation of color #A7FDF6: hue angle of 175.12º degrees, saturation: 0.96, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A7FDF6 is Cyan = 0.34, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB 167 253 246 -
CMYK 0.34 0 0.03 0.01
HSL 175.12º 0.96% 0.82% -
HSV(B) 175.12º 0.34% 0.99% -
XYZ 67.7 85.12 100.05 -
YUV 226.49 139.01 85.57 -
System Red Green Blue C M Y K H S L
Decimal 167 253 246 0.34 0 0.03 0.01 175.12 0.96 0.82
Hex A7 FD F6 22 0 3 1 AF 60 52
Octal 247 375 366 42 0 3 1 257 140 122
Binary 10100111 11111101 11110110 100010 0 11 1 10101111 1100000 1010010

Color Harmonies of #A7FDF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FDF6

Black with #A7FDF6

Text Example


Text Example

White with #A7FDF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FDF6; }

 p { color: rgb(167,253,246); }

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

background-color css

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

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

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

border-color css

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

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

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