#AFECE7

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

Shades of Pale Turquoise #AFECE7

Tints of Pale Turquoise #AFECE7

Color information

#AFECE7 (or 0xAFECE7) is unknown color: approx Pale Turquoise. HEX triplet: AF, EC and E7. RGB value is (175,236,231). Sum of RGB (Red+Green+Blue) = 175+236+231=642 (85% of max value = 765). Red value is 175 (68.75% from 255 or 27.26% from 642); Green value is 236 (92.58% from 255 or 36.76% from 642); Blue value is 231 (90.62% from 255 or 35.98% from 642); Max value from RGB is 236 - color contains mainly: green. Hex color #AFECE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECE7 is #501318. Grayscale: #D9D9D9. Windows color (decimal): -5247769 or 15199407. OLE color: 15199407.

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

Color convert

RGB175236231-
CMYK0.2600.020.07
HSL175.08º61.62%80.59%-
HSV(B)175.08º25.85%92.55%-
XYZ62.174.8786.78-
YUV217.19135.7997.91-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 27.26%
GREEN value IS 236 (92.58% from 255) = 36.76%
BLUE value IS 231 (90.62% from 255) = 35.98%
R=27.26%
G=36.76%
B=35.98%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1752362310.2600.020.07175.0861.6280.59
HexAFECE71A027af3e51
Octal2573543473202725776121
Binary10101111111011001110011111010010111101011111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECE7; }

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

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

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

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

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

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

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

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