#AFF7EB

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

Shades of Pale Turquoise #AFF7EB

Tints of Pale Turquoise #AFF7EB

Color information

#AFF7EB (or 0xAFF7EB) is unknown color: approx Pale Turquoise. HEX triplet: AF, F7 and EB. RGB value is (175,247,235). Sum of RGB (Red+Green+Blue) = 175+247+235=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 247 (96.88% from 255 or 37.60% from 657); Blue value is 235 (92.19% from 255 or 35.77% from 657); Max value from RGB is 247 - color contains mainly: green. Hex color #AFF7EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF7EB is #500814. Grayscale: #E0E0E0. Windows color (decimal): -5244949 or 15464367. OLE color: 15464367.

HSL color Cylindrical-coordinate representation of color #AFF7EB: hue angle of 170º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFF7EB is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.03.

Color convert

RGB175247235-
CMYK0.2900.050.03
HSL170º81.82%82.75%-
HSV(B)170º29.15%96.86%-
XYZ65.9481.6390.88-
YUV224.1134.1592.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 247 (96.88% from 255) = 37.60%
BLUE value IS 235 (92.19% from 255) = 35.77%
R=26.64%
G=37.60%
B=35.77%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1752472350.2900.050.0317081.8282.75
HexAFF7EB1D053aa5253
Octal25736735335053252122123
Binary101011111111011111101011111010101111010101010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF7EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF7EB; }

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

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

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

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

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

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

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

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