#AFECF6

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

Shades of Pale Turquoise #AFECF6

Tints of Pale Turquoise #AFECF6

Color information

#AFECF6 (or 0xAFECF6) is unknown color: approx Pale Turquoise. HEX triplet: AF, EC and F6. RGB value is (175,236,246). Sum of RGB (Red+Green+Blue) = 175+236+246=657 (87% of max value = 765). Red value is 175 (68.75% from 255 or 26.64% from 657); Green value is 236 (92.58% from 255 or 35.92% from 657); Blue value is 246 (96.48% from 255 or 37.44% from 657); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFECF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECF6 is #501309. Grayscale: #DADADA. Windows color (decimal): -5247754 or 16182447. OLE color: 16182447.

HSL color Cylindrical-coordinate representation of color #AFECF6: hue angle of 188.45º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFECF6 is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175236246-
CMYK0.290.0400.04
HSL188.45º79.78%82.55%-
HSV(B)188.45º28.86%96.47%-
XYZ64.3175.7698.42-
YUV218.9143.2996.69-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.64%
GREEN value IS 236 (92.58% from 255) = 35.92%
BLUE value IS 246 (96.48% from 255) = 37.44%
R=26.64%
G=35.92%
B=37.44%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752362460.290.0400.04188.4579.7882.55
HexAFECF61D404bc5053
Octal25735436635404274120123
Binary1010111111101100111101101110110001001011110010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECF6; }

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

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

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

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

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

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

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

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