#AFF0EB

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

Shades of Pale Turquoise #AFF0EB

Tints of Pale Turquoise #AFF0EB

Color information

#AFF0EB (or 0xAFF0EB) is unknown color: approx Pale Turquoise. HEX triplet: AF, F0 and EB. RGB value is (175,240,235). Sum of RGB (Red+Green+Blue) = 175+240+235=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 240 (94.14% from 255 or 36.92% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 240 - color contains mainly: green. Hex color #AFF0EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF0EB is #500F14. Grayscale: #DBDBDB. Windows color (decimal): -5246741 or 15462575. OLE color: 15462575.

HSL color Cylindrical-coordinate representation of color #AFF0EB: hue angle of 175.38º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AFF0EB is Cyan = 0.27, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB175240235-
CMYK0.2700.020.06
HSL175.38º68.42%81.37%-
HSV(B)175.38º27.08%94.12%-
XYZ63.8377.4390.18-
YUV219.99136.4795.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.92%
GREEN value IS 240 (94.14% from 255) = 36.92%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=26.92%
G=36.92%
B=36.15%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752402350.2700.020.06175.3868.4281.37
HexAFF0EB1B026af4451
Octal25736035333026257104121
Binary101011111111000011101011110110101101010111110001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF0EB; }

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

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

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

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

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

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

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

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