#AFEBE9

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

Shades of Pale Turquoise #AFEBE9

Tints of Pale Turquoise #AFEBE9

Color information

#AFEBE9 (or 0xAFEBE9) is unknown color: approx Pale Turquoise. HEX triplet: AF, EB and E9. RGB value is (175,235,233). Sum of RGB (Red+Green+Blue) = 175+235+233=643 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.22% from 643); Green value is 235 (92.19% from 255 or 36.55% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 235 - color contains mainly: green. Hex color #AFEBE9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFEBE9 is #501416. Grayscale: #D8D8D8. Windows color (decimal): -5248023 or 15330223. OLE color: 15330223.

HSL color Cylindrical-coordinate representation of color #AFEBE9: hue angle of 178º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AFEBE9 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.08.

Color convert

RGB175235233-
CMYK0.2600.010.08
HSL178º60%80.39%-
HSV(B)178º25.53%92.16%-
XYZ62.174.4188.18-
YUV216.83137.1298.16-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.22%
GREEN value IS 235 (92.19% from 255) = 36.55%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=27.22%
G=36.55%
B=36.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752352330.2600.010.081786080.39
HexAFEBE91A018b23c50
Octal25735335132011026274120
Binary10101111111010111110100111010011000101100101111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEBE9; }

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

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

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

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

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

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

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

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