#AFFFF7

Color #AFFFF7 Pale Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pale Turquoise #AFFFF7

Tints of Pale Turquoise #AFFFF7

Color information

#AFFFF7 (or 0xAFFFF7) is unknown color: approx Pale Turquoise. HEX triplet: AF, FF and F7. RGB value is (175,255,247). Sum of RGB (Red+Green+Blue) = 175+255+247=677 (89% of max value = 765). Red value is 175 (68.75% from 255 or 25.85% from 677); Green value is 255 (100% from 255 or 37.67% from 677); Blue value is 247 (96.88% from 255 or 36.48% from 677); Max value from RGB is 255 - color contains mainly: green. Hex color #AFFFF7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFFFF7 is #500008. Grayscale: #E6E6E6. Windows color (decimal): -5242889 or 16252847. OLE color: 16252847.

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

Color convert

RGB175255247-
CMYK0.3100.030
HSL174º100%84.31%-
HSV(B)174º31.37%100%-
XYZ70.2387.35101.15-
YUV230.17137.588.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 25.85%
GREEN value IS 255 (100% from 255) = 37.67%
BLUE value IS 247 (96.88% from 255) = 36.48%
R=25.85%
G=37.67%
B=36.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1752552470.3100.03017410084.31
HexAFFFF71F030ae6454
Octal25737736737030256144124
Binary1010111111111111111101111111101101010111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFFFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFFFF7; }

 p { color: rgb(175,255,247); }

 H1.HeaderClassName
 {
   color: #AFFFF7;
 }
 .AnyTagClassName
 {
   color: #AFFFF7;
 }
</style>
background-color css

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

 a { background-color: rgb(175,255,247); }

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

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

 span { border-color: rgb(175,255,247); }

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