#AFECEB

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

Shades of Pale Turquoise #AFECEB

Tints of Pale Turquoise #AFECEB

Color information

#AFECEB (or 0xAFECEB) is unknown color: approx Pale Turquoise. HEX triplet: AF, EC and EB. RGB value is (175,236,235). Sum of RGB (Red+Green+Blue) = 175+236+235=646 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.09% from 646); Green value is 236 (92.58% from 255 or 36.53% from 646); Blue value is 235 (92.19% from 255 or 36.38% from 646); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECEB is #501314. Grayscale: #D9D9D9. Windows color (decimal): -5247765 or 15461551. OLE color: 15461551.

HSL color Cylindrical-coordinate representation of color #AFECEB: hue angle of 179.02º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFECEB is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.07.

Color convert

RGB175236235-
CMYK0.2600.000.07
HSL179.02º61.62%80.59%-
HSV(B)179.02º25.85%92.55%-
XYZ62.6775.189.79-
YUV217.65137.7997.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.09%
GREEN value IS 236 (92.58% from 255) = 36.53%
BLUE value IS 235 (92.19% from 255) = 36.38%
R=27.09%
G=36.53%
B=36.38%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752362350.2600.000.07179.0261.6280.59
HexAFECEB1A007b33e51
Octal2573543533200726376121
Binary1010111111101100111010111101000111101100111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECEB; }

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

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

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

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

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

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

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

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