#AFF4EB

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

Shades of Pale Turquoise #AFF4EB

Tints of Pale Turquoise #AFF4EB

Color information

#AFF4EB (or 0xAFF4EB) is unknown color: approx Pale Turquoise. HEX triplet: AF, F4 and EB. RGB value is (175,244,235). Sum of RGB (Red+Green+Blue) = 175+244+235=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 244 (95.70% from 255 or 37.31% from 654); Blue value is 235 (92.19% from 255 or 35.93% from 654); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4EB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4EB is #500B14. Grayscale: #DEDEDE. Windows color (decimal): -5245717 or 15463599. OLE color: 15463599.

HSL color Cylindrical-coordinate representation of color #AFF4EB: hue angle of 172.17º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFF4EB is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.

Color convert

RGB175244235-
CMYK0.2800.040.04
HSL172.17º75.82%82.16%-
HSV(B)172.17º28.28%95.69%-
XYZ65.0379.8190.58-
YUV222.34135.1494.23-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.76%
GREEN value IS 244 (95.70% from 255) = 37.31%
BLUE value IS 235 (92.19% from 255) = 35.93%
R=26.76%
G=37.31%
B=35.93%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752442350.2800.040.04172.1775.8282.16
HexAFF4EB1C044ac4c52
Octal25736435334044254114122
Binary1010111111110100111010111110001001001010110010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4EB; }

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

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

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

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

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

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

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

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