#AFEBEC

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

Shades of Pale Turquoise #AFEBEC

Tints of Pale Turquoise #AFEBEC

Color information

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

HSL color Cylindrical-coordinate representation of color #AFEBEC: hue angle of 180.98º 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 #AFEBEC is Cyan = 0.26, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB175235236-
CMYK0.260.0000.07
HSL180.98º61.62%80.59%-
HSV(B)180.98º25.85%92.55%-
XYZ62.5374.5990.46-
YUV217.17138.6297.92-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752352360.260.0000.07180.9861.6280.59
HexAFEBEC1A007b53e51
Octal2573533543200726576121
Binary1010111111101011111011001101000111101101011111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBEC; }

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

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

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

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

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

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

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

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