#AFEFEC

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

Shades of Pale Turquoise #AFEFEC

Tints of Pale Turquoise #AFEFEC

Color information

#AFEFEC (or 0xAFEFEC) is unknown color: approx Pale Turquoise. HEX triplet: AF, EF and EC. RGB value is (175,239,236). Sum of RGB (Red+Green+Blue) = 175+239+236=650 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.92% from 650); Green value is 239 (93.75% from 255 or 36.77% from 650); Blue value is 236 (92.58% from 255 or 36.31% from 650); Max value from RGB is 239 - color contains mainly: green. Hex color #AFEFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEFEC is #501013. Grayscale: #DBDBDB. Windows color (decimal): -5246996 or 15527855. OLE color: 15527855.

HSL color Cylindrical-coordinate representation of color #AFEFEC: hue angle of 177.19º degrees, saturation: 0.67, 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 #AFEFEC is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.

Color convert

RGB175239236-
CMYK0.2700.010.06
HSL177.19º66.67%81.18%-
HSV(B)177.19º26.78%93.73%-
XYZ63.6976.990.84-
YUV219.52137.396.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.92%
GREEN value IS 239 (93.75% from 255) = 36.77%
BLUE value IS 236 (92.58% from 255) = 36.31%
R=26.92%
G=36.77%
B=36.31%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1752392360.2700.010.06177.1966.6781.18
HexAFEFEC1B016b14351
Octal25735735433016261103121
Binary10101111111011111110110011011011101011000110000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEFEC; }

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

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

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

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

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

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

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

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