#AFF4ED

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

Shades of Pale Turquoise #AFF4ED

Tints of Pale Turquoise #AFF4ED

Color information

#AFF4ED (or 0xAFF4ED) is unknown color: approx Pale Turquoise. HEX triplet: AF, F4 and ED. RGB value is (175,244,237). Sum of RGB (Red+Green+Blue) = 175+244+237=656 (86% of max value = 765). Red value is 175 (68.75% from 255 or 26.68% from 656); Green value is 244 (95.70% from 255 or 37.20% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 244 - color contains mainly: green. Hex color #AFF4ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #AFF4ED is #500B12. Grayscale: #DEDEDE. Windows color (decimal): -5245715 or 15594671. OLE color: 15594671.

HSL color Cylindrical-coordinate representation of color #AFF4ED: hue angle of 173.91º 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 #AFF4ED is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.

Color convert

RGB175244237-
CMYK0.2800.030.04
HSL173.91º75.82%82.16%-
HSV(B)173.91º28.28%95.69%-
XYZ65.3279.9392.11-
YUV222.57136.1494.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 26.68%
GREEN value IS 244 (95.70% from 255) = 37.20%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=26.68%
G=37.20%
B=36.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1752442370.2800.030.04173.9175.8282.16
HexAFF4ED1C034ae4c52
Octal25736435534034256114122
Binary101011111111010011101101111000111001010111010011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFF4ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFF4ED; }

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

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

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

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

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

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

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

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