Html Css Color HEX #A7FFFD Pale Turquoise

📋 copy color: '#A7FFFD'

red 167 ◦ green 255 ◦ blue 253

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

Shades of Pale Turquoise #A7FFFD

Tints of Pale Turquoise #A7FFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 37.78%

 BLUE value IS 253 (99.22% from 255) = 37.48%

R = 24.74%
G = 37.78%
B = 37.48%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#A7FFFD (or 0xA7FFFD) is known color: Pale Turquoise. HEX triplet: A7, FF and FD. RGB value is (167,255,253). Sum of RGB (Red+Green+Blue) = 167+255+253=675 (89% of max value = 765). Red value is 167 (65.62% from 255 or 24.74% from 675); Green value is 255 (100% from 255 or 37.78% from 675); Blue value is 253 (99.22% from 255 or 37.48% from 675); Max value from RGB is 255 - color contains mainly: green. Hex color #A7FFFD is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #A7FFFD is #580002. Grayscale: #E4E4E4. Windows color (decimal): -5767171 or 16646055. OLE color: 16646055.

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

Color convert

RGB 167 255 253 -
CMYK 0.35 0 0.01 0
HSL 178.64º 1% 0.83% -
HSV(B) 178.64º 0.35% 1% -
XYZ 69.43 86.83 106.03 -
YUV 228.46 141.85 84.16 -
System Red Green Blue C M Y K H S L
Decimal 167 255 253 0.35 0 0.01 0 178.64 1 0.83
Hex A7 FF FD 23 0 1 0 B3 64 53
Octal 247 377 375 43 0 1 0 263 144 123
Binary 10100111 11111111 11111101 100011 0 1 0 10110011 1100100 1010011

Color Harmonies of #A7FFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A7FFFD

Black with #A7FFFD

Text Example


Text Example

White with #A7FFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A7FFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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