#AFECF3

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

Shades of Pale Turquoise #AFECF3

Tints of Pale Turquoise #AFECF3

Color information

#AFECF3 (or 0xAFECF3) is unknown color: approx Pale Turquoise. HEX triplet: AF, EC and F3. RGB value is (175,236,243). Sum of RGB (Red+Green+Blue) = 175+236+243=654 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.76% from 654); Green value is 236 (92.58% from 255 or 36.09% from 654); Blue value is 243 (95.31% from 255 or 37.16% from 654); Max value from RGB is 243 - color contains mainly: blue. Hex color #AFECF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECF3 is #50130C. Grayscale: #DADADA. Windows color (decimal): -5247757 or 15985839. OLE color: 15985839.

HSL color Cylindrical-coordinate representation of color #AFECF3: hue angle of 186.18º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFECF3 is Cyan = 0.28, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175236243-
CMYK0.280.0300.05
HSL186.18º73.91%81.96%-
HSV(B)186.18º27.98%95.29%-
XYZ63.8575.5896.02-
YUV218.56141.7996.93-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.76%
GREEN value IS 236 (92.58% from 255) = 36.09%
BLUE value IS 243 (95.31% from 255) = 37.16%
R=26.76%
G=36.09%
B=37.16%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1752362430.280.0300.05186.1873.9181.96
HexAFECF31C305ba4a52
Octal25735436334305272112122
Binary101011111110110011110011111001101011011101010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECF3; }

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

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

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

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

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

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

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

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