#AFECF4

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

Shades of Pale Turquoise #AFECF4

Tints of Pale Turquoise #AFECF4

Color information

#AFECF4 (or 0xAFECF4) is unknown color: approx Pale Turquoise. HEX triplet: AF, EC and F4. RGB value is (175,236,244). Sum of RGB (Red+Green+Blue) = 175+236+244=655 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.72% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 244 (95.70% from 255 or 37.25% from 655); Max value from RGB is 244 - color contains mainly: blue. Hex color #AFECF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFECF4 is #50130B. Grayscale: #DADADA. Windows color (decimal): -5247756 or 16051375. OLE color: 16051375.

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

Color convert

RGB175236244-
CMYK0.280.0300.04
HSL186.96º75.82%82.16%-
HSV(B)186.96º28.28%95.69%-
XYZ6475.6496.81-
YUV218.67142.2996.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.72%
GREEN value IS 236 (92.58% from 255) = 36.03%
BLUE value IS 244 (95.70% from 255) = 37.25%
R=26.72%
G=36.03%
B=37.25%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752362440.280.0300.04186.9675.8282.16
HexAFECF41C304bb4c52
Octal25735436434304273114122
Binary101011111110110011110100111001101001011101110011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFECF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFECF4; }

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

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

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

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

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

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

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

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